summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-09-08 13:48:48 -0400
committerGitHub <noreply@github.com>2018-09-08 13:48:48 -0400
commit714e135429aaca467bd2ed654edfe977b5cd1a9c (patch)
treefa3d60c363844150764df32237d1d9799820694f /lib/vty.c
parent37258ed97ff983ebbc8fafd85527879a59194bb7 (diff)
parent3be6e41147632ee1bc2105f4c6e4149df6c26519 (diff)
Merge pull request #2875 from opensourcerouting/fabricd
OpenFabric support
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vty.c b/lib/vty.c
index 748c14f675..480137a7a9 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -811,6 +811,7 @@ static void vty_end_config(struct vty *vty)
case LDP_L2VPN_NODE:
case LDP_PSEUDOWIRE_NODE:
case ISIS_NODE:
+ case OPENFABRIC_NODE:
case KEYCHAIN_NODE:
case KEYCHAIN_KEY_NODE:
case VTY_NODE:
@@ -1210,6 +1211,7 @@ static void vty_stop_input(struct vty *vty)
case LDP_L2VPN_NODE:
case LDP_PSEUDOWIRE_NODE:
case ISIS_NODE:
+ case OPENFABRIC_NODE:
case KEYCHAIN_NODE:
case KEYCHAIN_KEY_NODE:
case VTY_NODE: