sonic-buildimage/platform/vs/tests/bgp/files/invalid_nexthop.conf
lguohan 931b5dee13
[quagga]: update quagga submodule (#1698)
* [quagga]: update quagga submodule

0bc6bd6 2018-05-11 | ignore nexthop attribute when NLRI is present (#18) (HEAD, origin/debian/0.99.24.1, origin/HEAD) [lguohan]

Signed-off-by: Guohan Lu <gulv@microsoft.com>

* add vs bgp test

Signed-off-by: Guohan Lu <gulv@microsoft.com>
2018-05-11 14:02:10 -07:00

20 lines
316 B
Plaintext

neighbor fc00::1 {
router-id 1.2.3.4;
local-address fc00::2;
local-as 65502;
peer-as 65501;
group-updates false;
family {
ipv4 unicast;
ipv6 unicast;
}
static {
route 3333::0/64 {
next-hop 0.0.0.0;
next-hop fc00::2;
}
}
}