From ed18356f1f2deef5ed564fad6897a84b282ba992 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 24 Apr 2019 19:33:41 +0200 Subject: 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 --- python/clidef.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/clidef.py') 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' -- cgit v1.2.3