diff options
Diffstat (limited to 'table/vrf.go')
-rw-r--r-- | table/vrf.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/table/vrf.go b/table/vrf.go index 8f857a16..d7b429e7 100644 --- a/table/vrf.go +++ b/table/vrf.go @@ -25,6 +25,7 @@ type Vrf struct { Rd bgp.RouteDistinguisherInterface ImportRt []bgp.ExtendedCommunityInterface ExportRt []bgp.ExtendedCommunityInterface + LabelMap map[string]uint32 } func (v *Vrf) ToApiStruct() *api.Vrf { |