diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-05-26 14:37:47 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-05-26 14:37:47 +0000 |
commit | fd5f8704bb7c2e9845a7c4785ace83a2b77d2c57 (patch) | |
tree | 9024db5926e0e81ebd48972d2af7072e8f7224cd /proto/rip/rip.h | |
parent | 858a717796d7aa48fe9b22a6b035fec9edbb5a2a (diff) |
Make rip use newly defined password lists.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index a413f719..efad4a6d 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 |