diff options
| author | David Lamparter <equinox@diac24.net> | 2019-04-24 19:33:41 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-08-30 19:22:23 +0200 | 
| commit | ed18356f1f2deef5ed564fad6897a84b282ba992 (patch) | |
| tree | d4a2a89b27d7ec82852939be386b483e9ca0d747 /python | |
| parent | 0ba4eeec2208d9290d090ae6a086f74cd24a6865 (diff) | |
bgpd/bmp: BMP implementation
This implements BMP.  There's no fine-grained history here, the non-BMP
preparations are already split out from here so all that remains is BMP
proper.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'python')
| -rw-r--r-- | python/clidef.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/python/clidef.py b/python/clidef.py index bc2f5caebf..baa6ed52b2 100644 --- a/python/clidef.py +++ b/python/clidef.py @@ -351,6 +351,7 @@ if __name__ == '__main__':      macros = Macros()      macros.load('lib/route_types.h')      macros.load(os.path.join(basepath, 'lib/command.h')) +    macros.load(os.path.join(basepath, 'bgpd/bgp_vty.h'))      # sigh :(      macros['PROTO_REDIST_STR'] = 'FRR_REDIST_STR_ISISD'  | 
