summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-05-26 16:37:47 +0200
committerPavel Machek <pavel@ucw.cz>1999-05-26 16:37:47 +0200
commitfd5f8704bb7c2e9845a7c4785ace83a2b77d2c57 (patch)
tree9024db5926e0e81ebd48972d2af7072e8f7224cd /proto/rip/rip.h
parent858a717796d7aa48fe9b22a6b035fec9edbb5a2a (diff)
downloadbird-fd5f8704bb7c2e9845a7c4785ace83a2b77d2c57.tar
bird-fd5f8704bb7c2e9845a7c4785ace83a2b77d2c57.zip
Make rip use newly defined password lists.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h3
1 files changed, 2 insertions, 1 deletions
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