]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_routemap.c
bgpd: Implement Accumulated IGP Metric Attribute for BGP
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 12 Oct 2022 18:06:47 +0000 (21:06 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 26 Oct 2022 08:26:57 +0000 (11:26 +0300)
commit97a52c82a569f4a2ba792fbd734f5e635a057e6f
tree83075d412d0a44d8fc2db4d2e55ec1fd405a65b6
parent91e9aee0877ca08b36f844756c6563ef175ab118
bgpd: Implement Accumulated IGP Metric Attribute for BGP

https://www.rfc-editor.org/rfc/rfc7311.html

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
43 files changed:
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_bmp.c
bgpd/bgp_debug.c
bgpd/bgp_dump.c
bgpd/bgp_errors.c
bgpd/bgp_errors.h
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/bgp_routemap_nb.c
bgpd/bgp_routemap_nb.h
bgpd/bgp_routemap_nb_config.c
bgpd/bgp_table.h
bgpd/bgp_updgrp.c
bgpd/bgp_updgrp_packet.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h
lib/routemap.h
lib/routemap_cli.c
tests/topotests/bgp_aigp/__init__.py [new file with mode: 0644]
tests/topotests/bgp_aigp/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r4/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r5/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r6/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r6/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r6/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r7/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/r7/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_aigp/test_bgp_aigp.py [new file with mode: 0644]
yang/frr-bgp-route-map.yang