diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-08 14:44:25 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-08 14:44:25 -0400 |
| commit | dbb12b8da9761c6fed8f177b5c919622491d6da0 (patch) | |
| tree | ec0c7266bcdbb869d87504b48a6793c94fe1ea29 /lib/command.c | |
| parent | 781242bb1f18bedc408c9a46c3d88b579cd9d6fc (diff) | |
| parent | f00442e86ea809c540c9ab9d6762171d03090345 (diff) | |
Merge remote-tracking branch 'origin/master' into datacenter
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index af13542bc3..ba1e0bcec3 100644 --- a/lib/command.c +++ b/lib/command.c @@ -1401,6 +1401,7 @@ cmd_exit (struct vty *vty) case ZEBRA_NODE: case BGP_NODE: case RIP_NODE: + case EIGRP_NODE: case RIPNG_NODE: case OSPF_NODE: case OSPF6_NODE: @@ -1484,6 +1485,7 @@ DEFUN (config_end, case ZEBRA_NODE: case RIP_NODE: case RIPNG_NODE: + case EIGRP_NODE: case BGP_NODE: case BGP_ENCAP_NODE: case BGP_ENCAPV6_NODE: |
