]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Merge pull request #1363 from donaldsharp/z_improvements
authorRuss White <russ@riw.us>
Wed, 1 Nov 2017 00:27:19 +0000 (20:27 -0400)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2017 00:27:19 +0000 (20:27 -0400)
Z improvements

1  2 
zebra/zebra_vty.c

index 008afdfa4fd575d0420da9bae59258d56e0e72ab,e6563c4f54e4bf5e5daf76f72381673c757deb68..73f07171241ddbd887f74aa336129eb5c869c181
@@@ -2272,11 -2842,13 +2333,15 @@@ void zebra_vty_init(void
        install_element(CONFIG_NODE, &ip_route_cmd);
        install_element(CONFIG_NODE, &ip_zebra_import_table_distance_cmd);
        install_element(CONFIG_NODE, &no_ip_zebra_import_table_cmd);
+       install_element(CONFIG_NODE, &zebra_workqueue_timer_cmd);
+       install_element(CONFIG_NODE, &no_zebra_workqueue_timer_cmd);
+       install_element(CONFIG_NODE, &zebra_packet_process_cmd);
+       install_element(CONFIG_NODE, &no_zebra_packet_process_cmd);
  
        install_element(VIEW_NODE, &show_vrf_cmd);
 -      install_element(VIEW_NODE, &show_ip_route_cmd);
 +      install_element(VIEW_NODE, &show_route_cmd);
 +      install_element(VIEW_NODE, &show_route_detail_cmd);
 +      install_element(VIEW_NODE, &show_route_summary_cmd);
        install_element(VIEW_NODE, &show_ip_nht_cmd);
        install_element(VIEW_NODE, &show_ip_nht_vrf_all_cmd);
        install_element(VIEW_NODE, &show_ipv6_nht_cmd);