(value uint32)
| 12228 | } |
| 12229 | |
| 12230 | func NewPathAttributeMultiExitDisc(value uint32) *PathAttributeMultiExitDisc { |
| 12231 | t := BGP_ATTR_TYPE_MULTI_EXIT_DISC |
| 12232 | return &PathAttributeMultiExitDisc{ |
| 12233 | PathAttribute: PathAttribute{ |
| 12234 | Flags: PathAttrFlags[t], |
| 12235 | Type: t, |
| 12236 | Length: 4, |
| 12237 | }, |
| 12238 | Value: value, |
| 12239 | } |
| 12240 | } |
| 12241 | |
| 12242 | type PathAttributeLocalPref struct { |
| 12243 | PathAttribute |
no outgoing calls
searching dependent graphs…