diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-27 19:01:04 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-27 19:01:04 +0200 |
commit | 05198c12f48c9d4a65ee6d1d4117bd8067a71131 (patch) | |
tree | 1e2ad34f41df5cec921ea7f4757a4ce3012aa34f /proto/ospf | |
parent | 949bd34e81ee99370decdabefa51c9c11ffe915b (diff) | |
download | bird-05198c12f48c9d4a65ee6d1d4117bd8067a71131.tar bird-05198c12f48c9d4a65ee6d1d4117bd8067a71131.zip |
Some cleanups.
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 2279089..7f0ee54 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -603,6 +603,8 @@ void schedule_net_lsa(struct ospf_iface *ifa); void ospf_sh_neigh(struct proto *p, char *iff); void ospf_sh(struct proto *p); void ospf_sh_iface(struct proto *p, char *iff); +void ospf_sh_state(struct proto *p, int verbose); + #define EA_OSPF_METRIC1 EA_CODE(EAP_OSPF, 0) #define EA_OSPF_METRIC2 EA_CODE(EAP_OSPF, 1) |