summaryrefslogtreecommitdiff
path: root/python/clidef.py
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2021-10-05 14:22:27 -0500
committerGitHub <noreply@github.com>2021-10-05 14:22:27 -0500
commit1365d3e2f5fda84c669d7366b42bfdff42f01a25 (patch)
treec94bb1a515f1b8fecfc6fdbcc8bbd3caea305936 /python/clidef.py
parente91c3433bfce51c0b6ccec721701a677062d9a3a (diff)
parent1bfee9368adcd91337b4b4b5ad22330678ed0e78 (diff)
Merge pull request #9744 from idryzhov/isis-redist-cli
isisd: fix redistribute CLI
Diffstat (limited to 'python/clidef.py')
-rw-r--r--python/clidef.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/clidef.py b/python/clidef.py
index a47cee2d6b..ba7c9072c5 100644
--- a/python/clidef.py
+++ b/python/clidef.py
@@ -435,6 +435,8 @@ if __name__ == "__main__":
macros.load(os.path.join(basepath, "bgpd/bgp_vty.h"))
# sigh :(
macros["PROTO_REDIST_STR"] = "FRR_REDIST_STR_ISISD"
+ macros["PROTO_IP_REDIST_STR"] = "FRR_IP_REDIST_STR_ISISD"
+ macros["PROTO_IP6_REDIST_STR"] = "FRR_IP6_REDIST_STR_ISISD"
errors = process_file(args.cfile, ofd, dumpfd, args.all_defun, macros)
if errors != 0: