diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-05-10 13:05:39 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-05-10 13:05:39 +0000 |
commit | 30aa02d70df2275d2289d9b736d879b9951bcaee (patch) | |
tree | 137d9d11aada41d405ba1fb40827450bbac22135 /proto/rip/rip.h | |
parent | b8524e9be4f1d15f4cd2cd365d7842eff8d5a499 (diff) |
rip_reconfigure done right
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 7c7b000f..cbddeaf6 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -120,7 +120,7 @@ struct rip_patt { struct rip_proto_config { struct proto_config c; - list iface_list; /* Patterns configured */ + list iface_list; /* Patterns configured -- keep it first; see rip_reconfigure why */ int infinity; /* User configurable data */ int port; |