diff options
| author | Russ White <russ@riw.us> | 2017-05-07 19:48:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-07 19:48:33 -0400 |
| commit | ba2d7123d57d0e5fe4fc0246dd44acc0d99822a9 (patch) | |
| tree | db5484ece9714cdc056f232381c3ed852eeb648c /lib/command.c | |
| parent | 69bc62ba90d14f8716abf32a5ed931fc7ffaac4b (diff) | |
| parent | 6c85c081932ed403be8e472829b34bb9ecddec42 (diff) | |
Merge pull request #409 from donaldsharp/EIGRP
Eigrp
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: |
