diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-04-06 16:17:47 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-04-06 16:17:47 +0200 |
commit | 8298d780be5a5b00c31c10a37a5f3a1353d6e234 (patch) | |
tree | 649a999a1cd0c44e4be09da8f3e16b6cb574037a /proto/ospf/lsupd.h | |
parent | bcb81251b4e37b96743aa1cdf790f30ef41a465e (diff) |
Better OSPF packet tracing log messages.
Replaces old OSPF packet tracing messages with
uniform messages with packet dumps.
Diffstat (limited to 'proto/ospf/lsupd.h')
-rw-r--r-- | proto/ospf/lsupd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.h b/proto/ospf/lsupd.h index 64d9aeff..524a0a2d 100644 --- a/proto/ospf/lsupd.h +++ b/proto/ospf/lsupd.h @@ -10,6 +10,8 @@ #ifndef _BIRD_OSPF_LSUPD_H_ #define _BIRD_OSPF_LSUPD_H_ +void ospf_dump_lsahdr(struct proto *p, struct ospf_lsa_header *lsa_n); +void ospf_dump_common(struct proto *p, struct ospf_packet *op); void ospf_lsupd_send_list(struct ospf_neighbor *n, list * l); void ospf_lsupd_receive(struct ospf_lsupd_packet *ps, struct ospf_iface *ifa, struct ospf_neighbor *n); |