summaryrefslogtreecommitdiff
path: root/python/clidef.py
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2019-09-03 07:58:11 -0400
committerGitHub <noreply@github.com>2019-09-03 07:58:11 -0400
commit6f76b3f6f2357e7538c77951773c06d426ff940a (patch)
tree1531bf5579eab70db890a1d81a2842a5a301a01f /python/clidef.py
parent90959768303e7712b97ef71d55bfae22ccfba02f (diff)
parent2d82431a95c90c81d2be6a83dd0101c57df6963c (diff)
Merge pull request #4709 from opensourcerouting/frr-bmp
BMP support
Diffstat (limited to 'python/clidef.py')
-rw-r--r--python/clidef.py1
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'