diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2018-08-07 15:00:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-07 15:00:21 -0300 |
| commit | 2cf1e38c1009fad652e66220ec8f0810c856ad9f (patch) | |
| tree | 7688c5a4758af91da0d45e86b5c83edaa13a572a /lib/command.h | |
| parent | 668da5f7fedd1a1251650c5239f885e5ef52fd30 (diff) | |
| parent | 377e35655aab05f00f9eed67e60a01a56d58dbd0 (diff) | |
Merge pull request #2772 from qlyoung/fix-bgp-updates-prefix-debugging
Fix bgp updates prefix debugging
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 2d333b098a..a001a90e2e 100644 --- a/lib/command.h +++ b/lib/command.h @@ -338,6 +338,7 @@ struct cmd_node { #define UNDEBUG_STR "Disable debugging functions (see also 'debug')\n" #define ROUTER_STR "Enable a routing process\n" #define AS_STR "AS number\n" +#define MAC_STR "MAC address\n" #define MBGP_STR "MBGP information\n" #define MATCH_STR "Match values from routing table\n" #define SET_STR "Set values in destination routing protocol\n" |
