Add missing update-triggers for source-based routing
authorSteven Barth <steven@midlink.org>
Thu, 30 May 2013 14:33:44 +0000 (16:33 +0200)
committerSteven Barth <steven@midlink.org>
Thu, 30 May 2013 14:33:44 +0000 (16:33 +0200)
interface.c

index 76f8c70..a697326 100644 (file)
@@ -854,6 +854,8 @@ interface_change_config(struct interface *if_old, struct interface *if_new)
 
        UPDATE(metric, reload_ip);
        UPDATE(proto_ip.no_defaultroute, reload_ip);
 
        UPDATE(metric, reload_ip);
        UPDATE(proto_ip.no_defaultroute, reload_ip);
+       UPDATE(ip4table, reload_ip);
+       UPDATE(ip6table, reload_ip);
        interface_merge_assignment_data(if_old, if_new);
 
 #undef UPDATE
        interface_merge_assignment_data(if_old, if_new);
 
 #undef UPDATE