]> git.puffer.fish Git - mirror/frr.git/commit
tests: Test if BGP AGGREGATOR attribute is discarded if ASN comes as 0 8020/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 5 Feb 2021 15:31:11 +0000 (17:31 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 5 Feb 2021 18:35:58 +0000 (20:35 +0200)
commitf3e438f21cd69002f8fa7bb45115b943481bc566
tree0bbe58989c8cfc1c305de7e292563a0d530db784
parent503f20e40e26e6c4cde3d4fe92ec6379f57b9852
tests: Test if BGP AGGREGATOR attribute is discarded if ASN comes as 0

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp-aggregator-zero/__init__.py [new file with mode: 0644]
tests/topotests/bgp-aggregator-zero/exabgp.env [new file with mode: 0644]
tests/topotests/bgp-aggregator-zero/peer1/exabgp.cfg [new file with mode: 0644]
tests/topotests/bgp-aggregator-zero/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp-aggregator-zero/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp-aggregator-zero/test_bgp_aggregator_zero.py [new file with mode: 0644]