diff options
Diffstat (limited to 'packet/bgp_test.go')
-rw-r--r-- | packet/bgp_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packet/bgp_test.go b/packet/bgp_test.go index 5c2525cc..5b2e1736 100644 --- a/packet/bgp_test.go +++ b/packet/bgp_test.go @@ -104,6 +104,8 @@ func update() *BGPMessage { NewPathAttributeMpReachNLRI("fe80::", mp_nlri3), NewPathAttributeMpReachNLRI("129.1.1.1", mp_nlri4), NewPathAttributeMpUnreachNLRI(mp_nlri), + NewPathAttributeMpReachNLRI("112.22.2.0", []AddrPrefixInterface{}), + NewPathAttributeMpUnreachNLRI([]AddrPrefixInterface{}), &PathAttributeUnknown{ PathAttribute: PathAttribute{ Flags: 1, |