summaryrefslogtreecommitdiffhomepage
path: root/packet/bgp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'packet/bgp_test.go')
-rw-r--r--packet/bgp_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet/bgp_test.go b/packet/bgp_test.go
index 8fd734eb..f5023dae 100644
--- a/packet/bgp_test.go
+++ b/packet/bgp_test.go
@@ -104,8 +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{}),
+ //NewPathAttributeMpReachNLRI("112.22.2.0", []AddrPrefixInterface{}),
+ //NewPathAttributeMpUnreachNLRI([]AddrPrefixInterface{}),
&PathAttributeUnknown{
PathAttribute: PathAttribute{
Flags: BGP_ATTR_FLAG_TRANSITIVE,