projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da27986
)
Add missing update-triggers for source-based routing
author
Steven Barth
<steven@midlink.org>
Thu, 30 May 2013 14:33:44 +0000
(16:33 +0200)
committer
Steven Barth
<steven@midlink.org>
Thu, 30 May 2013 14:33:44 +0000
(16:33 +0200)
interface.c
patch
|
blob
|
history
diff --git
a/interface.c
b/interface.c
index 76f8c7038ac6b1c8c3bb86ac13705f002d9d22b8..a697326c1ddf617d72123af25d3f72d84e312f92 100644
(file)
--- a/
interface.c
+++ b/
interface.c
@@
-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(ip4table, reload_ip);
+ UPDATE(ip6table, reload_ip);
interface_merge_assignment_data(if_old, if_new);
#undef UPDATE