summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-12-01 13:52:57 +0100
committerPavel Machek <pavel@ucw.cz>1999-12-01 13:52:57 +0100
commit639e62855495fcf461c177373d8f5eb0d5d87332 (patch)
tree4d68acba497cb62f733914d5cb2652d30cb8e18d /proto/rip/rip.h
parent3daf783f95790682025ef03ac5b2f486943e6214 (diff)
downloadbird-639e62855495fcf461c177373d8f5eb0d5d87332.tar
bird-639e62855495fcf461c177373d8f5eb0d5d87332.zip
Actually check sequence numbers.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index fb066b5..8e759c4 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -157,5 +157,5 @@ void rip_init_config(struct rip_proto_config *c);
/* Authentication functions */
-int rip_incoming_authentication( struct proto *p, struct rip_block_auth *block, struct rip_packet *packet, int num );
+int rip_incoming_authentication( struct proto *p, struct rip_block_auth *block, struct rip_packet *packet, int num, ip_addr whotoldme );
int rip_outgoing_authentication( struct proto *p, struct rip_block_auth *block, struct rip_packet *packet, int num );