diff options
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index b4c702ae..ffb7779b 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -776,6 +776,7 @@ rip_reconfigure_ifaces(struct rip_proto *p, struct rip_config *cf) { struct iface *iface; + IFACE_LEGACY_ACCESS; WALK_LIST(iface, global_iface_list) { if (!(iface->flags & IF_UP)) |