diff options
Diffstat (limited to 'test/scenario_test/exabgp_test_conf/malformed1-exabgp-gobgp-v4-NEXTHOP_INVALID.conf')
-rw-r--r-- | test/scenario_test/exabgp_test_conf/malformed1-exabgp-gobgp-v4-NEXTHOP_INVALID.conf | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/scenario_test/exabgp_test_conf/malformed1-exabgp-gobgp-v4-NEXTHOP_INVALID.conf b/test/scenario_test/exabgp_test_conf/malformed1-exabgp-gobgp-v4-NEXTHOP_INVALID.conf deleted file mode 100644 index 1b689d2b..00000000 --- a/test/scenario_test/exabgp_test_conf/malformed1-exabgp-gobgp-v4-NEXTHOP_INVALID.conf +++ /dev/null @@ -1,28 +0,0 @@ -group AS65070 { - neighbor 10.0.255.1 { - router-id 192.168.0.7; - local-address 10.0.0.100; - local-as 65100; - peer-as 65000; - hold-time 90; - md5 "hoge100"; - - family { - inet unicast; - } - - static { - route 10.0.0.7/32 { - # 0x0e: MP_REACH_NLRI - # 0x60: Optional, Transitive - # 0x01: AFI(IPv4) - # 0x01: SAFI(unicast) - # 0x10: Length of Next Hop Address - # 0xffffff00: Network address of Next Hop - # 0x00: Reserved - next-hop 10.0.255.7; - attribute [ 0x0e 0x60 0x010110ffffff0000 ]; - } - } - } -}
\ No newline at end of file |