1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

rip_reconfigure done right

This commit is contained in:
Pavel Machek
2000-05-10 13:05:39 +00:00
parent b8524e9be4
commit 30aa02d70d
2 changed files with 5 additions and 4 deletions

View File

@@ -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;