| 2512 | } |
| 2513 | |
| 2514 | type LocalPreqEqCondition struct { |
| 2515 | localPref uint32 |
| 2516 | } |
| 2517 | |
| 2518 | func (c *LocalPreqEqCondition) Type() ConditionType { |
| 2519 | return CONDITION_LOCAL_PREF_EQ |
nothing calls this directly
no outgoing calls
no test coverage detected