diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-26 20:08:45 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-26 20:08:45 +0200 |
commit | a636c635ae5e79cd877535b4ac013033fe7f32de (patch) | |
tree | 01c99b29c3c2ade741b382cff17d740668a8a99a /ospfd | |
parent | bgpd: bgp_vty.c compiles now (diff) | |
download | frr-a636c635ae5e79cd877535b4ac013033fe7f32de.tar.xz frr-a636c635ae5e79cd877535b4ac013033fe7f32de.zip |
bgpd: collaps show ip bgp, show ip bgp x.x.x.x, etc calls
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index c834b1186..09947f49e 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -9103,6 +9103,8 @@ DEFUN (no_ospf_max_metric_router_lsa_shutdown, return CMD_SUCCESS; } +static void +config_write_stub_router (struct vty *vty, struct ospf *ospf) { struct listnode *ln; struct ospf_area *area; |