diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-08 13:48:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-08 13:48:48 -0400 |
| commit | 714e135429aaca467bd2ed654edfe977b5cd1a9c (patch) | |
| tree | fa3d60c363844150764df32237d1d9799820694f /lib/command.c | |
| parent | 37258ed97ff983ebbc8fafd85527879a59194bb7 (diff) | |
| parent | 3be6e41147632ee1bc2105f4c6e4149df6c26519 (diff) | |
Merge pull request #2875 from opensourcerouting/fabricd
OpenFabric support
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 1df6442107..dd259472b8 100644 --- a/lib/command.c +++ b/lib/command.c @@ -146,6 +146,7 @@ const char *node_names[] = { */ "bfd", /* BFD_NODE */ "bfd peer", /* BFD_PEER_NODE */ + "openfabric", // OPENFABRIC_NODE }; /* clang-format on */ @@ -1435,6 +1436,7 @@ void cmd_exit(struct vty *vty) case LDP_NODE: case LDP_L2VPN_NODE: case ISIS_NODE: + case OPENFABRIC_NODE: case KEYCHAIN_NODE: case RMAP_NODE: case PBRMAP_NODE: @@ -1550,6 +1552,7 @@ DEFUN (config_end, case LDP_L2VPN_NODE: case LDP_PSEUDOWIRE_NODE: case ISIS_NODE: + case OPENFABRIC_NODE: case KEYCHAIN_NODE: case KEYCHAIN_KEY_NODE: case VTY_NODE: |
