1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Add support to output in BIRD prefix-list style

This commit is contained in:
Job Snijders
2014-06-04 18:10:59 +02:00
parent 407ed02205
commit e3abb19109
5 changed files with 59 additions and 6 deletions

View File

@@ -8,7 +8,8 @@ typedef enum {
V_CISCO = 0,
V_JUNIPER,
V_CISCO_XR,
V_JSON
V_JSON,
V_BIRD
} bgpq_vendor_t;
typedef enum {