summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
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