From 91c7c7416b4a18ac2b9e872c2a1a6391cf8b3dc8 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 31 May 1999 19:16:22 +0000 Subject: Incoming side of authentication done but untested. Right handling of filters in rip. --- proto/rip/rip.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 53e1f20..874c565 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -5,6 +5,9 @@ #include "nest/route.h" #include "nest/password.h" +#define EA_RIP_TAG EA_CODE(EAP_RIP, 0) +#define EA_RIP_METRIC EA_CODE(EAP_RIP, 1) + struct rip_connection { node n; @@ -53,6 +56,12 @@ struct rip_block_auth { u32 zero1; }; +struct rip_md5_tail { + u16 mustbeFFFF; + u16 mustbe0001; + char md5[16]; +}; + struct rip_entry { struct fib_node n; -- cgit v1.2.3