diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-11-03 20:26:54 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-11-03 22:25:44 +0100 |
commit | 0edf0c8cd919a8b3fbf5bc036f27ea0b4ed0b91a (patch) | |
tree | 07ae1b48e392992e58ad0f1a230ea180739a29b3 /bird-gdb.py | |
parent | 08c4c9a30b7ed61be39ddc71aebd69a0fea6a55a (diff) |
Support for address family constants
We already had them defined on BGP level, but they are more general.
Diffstat (limited to 'bird-gdb.py')
-rw-r--r-- | bird-gdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bird-gdb.py b/bird-gdb.py index a85ef8c6..3cf65a9c 100644 --- a/bird-gdb.py +++ b/bird-gdb.py @@ -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", |