bird/proto/bgp
Ondrej Zajicek (work) 1f2eb2aca8 BGP: Implement flowspec validation procedure
Implement flowspec validation procedure as described in RFC 8955 sec. 6
and RFC 9117. The Validation procedure enforces that only routers in the
forwarding path for a network can originate flowspec rules for that
network.

The patch adds new mechanism for tracking inter-table dependencies, which
is necessary as the flowspec validation depends on IP routes, and flowspec
rules must be revalidated when best IP routes change.

The validation procedure is disabled by default and requires that
relevant IP table uses trie, as it uses interval queries for subnets.
2022-02-06 23:27:13 +01:00
..
attrs.c BGP: Implement flowspec validation procedure 2022-02-06 23:27:13 +01:00
bgp.c BGP: Implement flowspec validation procedure 2022-02-06 23:27:13 +01:00
bgp.h BGP: Implement flowspec validation procedure 2022-02-06 23:27:13 +01:00
config.Y BGP: Implement flowspec validation procedure 2022-02-06 23:27:13 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
packets.c BGP: Implement flowspec validation procedure 2022-02-06 23:27:13 +01:00