diff options
-rw-r--r-- | pkg/packet/bgp/bgp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/packet/bgp/bgp.go b/pkg/packet/bgp/bgp.go index 1be42ec5..7586f47e 100644 --- a/pkg/packet/bgp/bgp.go +++ b/pkg/packet/bgp/bgp.go @@ -2559,7 +2559,7 @@ func NewEVPNMacIPAdvertisementRoute(rd RouteDistinguisherInterface, esi Ethernet RD: rd, ESI: esi, ETag: etag, - MacAddressLength: 6, + MacAddressLength: 48, MacAddress: mac, IPAddressLength: ipLen, IPAddress: ip, |