config = config_get (BGP_NODE, line);
else if (strncmp (line, "router isis", strlen ("router isis")) == 0)
config = config_get (ISIS_NODE, line);
- else if (strncmp (line, "router bgp", strlen ("router bgp")) == 0)
- config = config_get (BGP_NODE, line);
else if (strncmp (line, "route-map", strlen ("route-map")) == 0)
config = config_get (RMAP_NODE, line);
else if (strncmp (line, "access-list", strlen ("access-list")) == 0)
config = config_get (AAA_NODE, line);
else if (strncmp (line, "ip protocol", strlen ("ip protocol")) == 0)
config = config_get (PROTOCOL_NODE, line);
+ else if (strncmp (line, "ipv6 protocol", strlen ("ipv6 protocol")) == 0)
+ config = config_get (PROTOCOL_NODE, line);
+ else if (strncmp (line, "ip nht", strlen ("ip nht")) == 0)
+ config = config_get (PROTOCOL_NODE, line);
+ else if (strncmp (line, "ipv6 nht", strlen ("ipv6 nht")) == 0)
+ config = config_get (PROTOCOL_NODE, line);
else
{
if (strncmp (line, "log", strlen ("log")) == 0