diff options
| author | Russ White <russ@riw.us> | 2018-05-12 06:18:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-12 06:18:15 -0400 |
| commit | 71ef4ee49a54ba651f0aaf27d3197ca6d617fafd (patch) | |
| tree | d5065d53774f3aa4ebab36898834571193ed231e /lib/command.h | |
| parent | 1b6e597ccae19986679b7e2d2b4fcc8b66bd6328 (diff) | |
| parent | 914432b5ebaf682fae7647c595fa74657fe32833 (diff) | |
Merge pull request #2132 from donaldsharp/missed_stuff
Missed stuff
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h index f18de3417c..9ba53e0907 100644 --- a/lib/command.h +++ b/lib/command.h @@ -85,6 +85,7 @@ enum node_type { KEYCHAIN_NODE, /* Key-chain node. */ KEYCHAIN_KEY_NODE, /* Key-chain key node. */ LOGICALROUTER_NODE, /* Logical-Router node. */ + IP_NODE, /* Static ip route node. */ VRF_NODE, /* VRF mode node. */ INTERFACE_NODE, /* Interface mode node. */ NH_GROUP_NODE, /* Nexthop-Group mode node. */ @@ -119,7 +120,6 @@ enum node_type { LDP_L2VPN_NODE, /* LDP L2VPN node */ LDP_PSEUDOWIRE_NODE, /* LDP Pseudowire node */ ISIS_NODE, /* ISIS protocol mode */ - IP_NODE, /* Static ip route node. */ ACCESS_NODE, /* Access list node. */ PREFIX_NODE, /* Prefix list node. */ ACCESS_IPV6_NODE, /* Access list node. */ |
