diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-17 16:46:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-17 16:46:58 +0200 |
| commit | f8d69be43fe6c19fd66d2c65c178e4692dc25aed (patch) | |
| tree | b5c40ab8a88878d1c21d0d374a70fd137d1b751a /lib/command.h | |
| parent | 1e5e7934eabc39831f79c113bb1c0b8b9a74c499 (diff) | |
| parent | d950d2246db240816162bbade29f4fb6cea14988 (diff) | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 31e5cad23f..0f9715e81c 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" |
