From fd5f8704bb7c2e9845a7c4785ace83a2b77d2c57 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 May 1999 14:37:47 +0000 Subject: Make rip use newly defined password lists. --- proto/rip/rip.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index a413f71..efad4a6 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -3,6 +3,7 @@ */ #include "nest/route.h" +#include "nest/password.h" struct rip_connection { node n; @@ -92,7 +93,7 @@ struct rip_proto_config { int period; int garbage_time; - char *password; + struct password_item *passwords; int authtype; #define AT_NONE 0 #define AT_PLAINTEXT 2 -- cgit v1.2.3