diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-12-01 12:52:57 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-12-01 12:52:57 +0000 |
commit | 639e62855495fcf461c177373d8f5eb0d5d87332 (patch) | |
tree | 4d68acba497cb62f733914d5cb2652d30cb8e18d /proto/rip/rip.h | |
parent | 3daf783f95790682025ef03ac5b2f486943e6214 (diff) |
Actually check sequence numbers.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index fb066b5d..8e759c45 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 ); |