]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: add AFI/SAFI check for RFC 9234
authorEugene Bogomazov <eb@qrator.net>
Wed, 22 Jun 2022 09:47:22 +0000 (12:47 +0300)
committerEugene Bogomazov <eb@qrator.net>
Wed, 22 Jun 2022 10:34:51 +0000 (13:34 +0300)
commit5a78f2bcb0d1135fceb4ef62f9f7f6487c8c35ea
tree8b1127c3ad86b80021f48666be943d96ea5a6b46
parentaee05e20fd06ba702c85de47b20dd6e4730d7abd
bgpd: add AFI/SAFI check for RFC 9234

RFC 9234 mandates that role rules apply only to IPv4/IPv6 unicast bgp
sessions. If the OTC attribute appears in other sessions, it will remain
untouched.

Signed-off-by: Eugene Bogomazov <eb@qrator.net>
bgpd/bgp_route.c