summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-11-17 15:46:58 +0100
committerGitHub <noreply@github.com>2022-11-17 15:46:58 +0100
commitf8d69be43fe6c19fd66d2c65c178e4692dc25aed (patch)
treeb5c40ab8a88878d1c21d0d374a70fd137d1b751a /lib/command.h
parentMerge pull request #12147 from pguibert6WIND/srte_flush (diff)
parentbgpd: use vty_json() in show bpg vni json output (diff)
downloadfrr-f8d69be43fe6c19fd66d2c65c178e4692dc25aed.tar.xz
frr-f8d69be43fe6c19fd66d2c65c178e4692dc25aed.zip
Merge pull request #12081 from sworleys/EMM-upstream
Rework of Various Handling in EVPN for Extended Mac Mobility
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 31e5cad23..0f9715e81 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -383,6 +383,8 @@ struct cmd_node {
#define SHOW_STR "Show running system information\n"
#define IP_STR "IP information\n"
#define IPV6_STR "IPv6 information\n"
+#define IP_ADDR_STR "IPv4 Address\n"
+#define IP6_ADDR_STR "IPv6 Address\n"
#define SRTE_STR "SR-TE information\n"
#define SRTE_COLOR_STR "SR-TE Color information\n"
#define NO_STR "Negate a command or set its defaults\n"