1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Support for address family constants

We already had them defined on BGP level, but they are more general.
This commit is contained in:
Ondrej Zajicek (work)
2019-11-03 20:26:54 +01:00
parent 08c4c9a30b
commit 0edf0c8cd9
6 changed files with 15 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ class BIRDFValPrinter(BIRDPrinter):
"T_ENUM_ROA": "i",
"T_ENUM_NETTYPE": "i",
"T_ENUM_RA_PREFERENCE": "i",
"T_ENUM_AF": "i",
"T_IP": "ip",
"T_NET": "net",
"T_STRING": "s",