summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-01 17:53:06 +0200
committerOndrej Filip <feela@network.cz>2000-06-01 17:53:06 +0200
commita783e259d8d710208280126177487cc790418515 (patch)
tree961bb067c8e7e9c608b839f7abc1128eedec89a3 /proto/ospf/ospf.h
parentb594ad238692738352cd8827d71038a356b0d5a5 (diff)
downloadbird-a783e259d8d710208280126177487cc790418515.tar
bird-a783e259d8d710208280126177487cc790418515.zip
Cisco-like "show ospf neighbors" implemented.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 087e6e7..0d7da5e 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -24,6 +24,7 @@
#include "nest/protocol.h"
#include "nest/iface.h"
#include "nest/route.h"
+#include "nest/cli.h"
#include "conf/conf.h"
#include "lib/string.h"
@@ -361,6 +362,7 @@ 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);
#define EA_OSPF_METRIC1 EA_CODE(EAP_OSPF, 0)
#define EA_OSPF_METRIC2 EA_CODE(EAP_OSPF, 1)