Implement the parser bits to process flowspec rules. Heavily inspired by
authorclaudio <claudio@openbsd.org>
Tue, 18 Apr 2023 12:11:27 +0000 (12:11 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 18 Apr 2023 12:11:27 +0000 (12:11 +0000)
commit44f7a62c2a207c643aa322422e8d4722ec4a01e9
tree68c38c0736445484f705f77068309b8e3690a4f5
parent1999429c075b50463c80f0fd688dde7cbf98c847
Implement the parser bits to process flowspec rules. Heavily inspired by
pfctl, in bgpd flowspec rules are written like pf rules (with a few
exceptions / extensions). As a result not all flowspec features are
available but that is OK.
OK tb@
usr.sbin/bgpd/bgpd.h
usr.sbin/bgpd/config.c
usr.sbin/bgpd/parse.y