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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index e79c95d..9c66981 100644
--- a/proto/rip/rip.h
+++ b/proto/rip/rip.h
@@ -83,6 +83,7 @@ struct rip_patt {
};
struct rip_proto_config {
+ struct proto_config c;
list iface_list; /* Patterns configured */
int infinity; /* User configurable data */
@@ -106,4 +107,5 @@ struct rip_proto {
#define CHK_MAGIC do { if (P->magic != RIP_MAGIC) bug( "Not enough magic\n" ); } while (0)
void rip_init_instance(struct proto *p);
+void rip_init_config(struct rip_proto_config *c);
struct rip_interface *new_iface(struct proto *p, struct iface *new, unsigned long flags);