From: Eugene Bogomazov Date: Wed, 2 Oct 2019 14:26:05 +0000 (+0200) Subject: Add ASPA functionality to BIRD X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4df8a3e4c28629ae94a647b947826750264d7a2;p=thirdparty%2Fbird.git Add ASPA functionality to BIRD ASPA [1] is a new IETF draft for BGP that adds new RPKI objects and create an AS_PATH validation mechanism [2] based on this objects. [1] https://datatracker.ietf.org/doc/draft-ietf-sidrops-aspa-profile/ [2] https://datatracker.ietf.org/doc/draft-ietf-sidrops-aspa-verification/ (Minor changes done by commiter) --- diff --git a/bird-gdb.py b/bird-gdb.py index 3cf65a9cc..adfa58954 100644 --- a/bird-gdb.py +++ b/bird-gdb.py @@ -31,6 +31,8 @@ class BIRDFValPrinter(BIRDPrinter): "T_ENUM_NETTYPE": "i", "T_ENUM_RA_PREFERENCE": "i", "T_ENUM_AF": "i", + "T_ENUM_ASPA": "i", + "T_ENUM_BGP_DIR": "i", "T_IP": "ip", "T_NET": "net", "T_STRING": "s", diff --git a/conf/confbase.Y b/conf/confbase.Y index 751589276..a0200abb1 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -107,7 +107,7 @@ CF_DECLS %type