summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-01 19:52:21 +0200
committerOndrej Filip <feela@network.cz>2000-06-01 19:52:21 +0200
commitc4f0f0140863c743b1d63c3bc94cb8e85417a4ad (patch)
tree8251605b5d619bc89e85042c69379f11633823be /proto/ospf/ospf.h
parent58740ed4c587a230bf1406eca52cbc84bcb1c5c3 (diff)
downloadbird-c4f0f0140863c743b1d63c3bc94cb8e85417a4ad.tar
bird-c4f0f0140863c743b1d63c3bc94cb8e85417a4ad.zip
Added show ospf interface.
show ospf neighbors now knows "<interface>".
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index a952640..52c56e9 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -362,8 +362,9 @@ void ospf_rt_notify(struct proto *p, net *n, rte *new, rte *old,ea_list *attrs);
void area_disp(timer *timer);
void schedule_rt_lsa(struct ospf_area *oa);
void schedule_rtcalc(struct ospf_area *oa);
-void ospf_sh_neigh(struct proto *p);
+void ospf_sh_neigh(struct proto *p, char *iff);
void ospf_sh(struct proto *p);
+void ospf_sh_iface(struct proto *p, char *iff);
#define EA_OSPF_METRIC1 EA_CODE(EAP_OSPF, 0)
#define EA_OSPF_METRIC2 EA_CODE(EAP_OSPF, 1)