From 898fdd85dc4568816ac0436c1b012f2fb35ef3e4 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 16 May 2000 14:58:06 +0000 Subject: Rip should now reconfigure itself only if needed. --- proto/rip/rip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 442232d..185959a 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -111,7 +111,7 @@ struct rip_interface { struct rip_patt { struct iface_patt i; - int metric; + int metric; /* If you add entries here, don't forget to modify patt_compare! */ int mode; #define IM_BROADCAST 2 #define IM_QUIET 4 @@ -124,7 +124,7 @@ struct rip_proto_config { list iface_list; /* Patterns configured -- keep it first; see rip_reconfigure why */ struct password_item *passwords; /* Passwords, keep second */ - int infinity; /* User configurable data */ + int infinity; /* User configurable data; must be comparable with memcmp */ int port; int period; int garbage_time; -- cgit v1.2.3