Commit d0a94a5b authored by Franco Fichtner's avatar Franco Fichtner

interfaces: track6 edge case requires HUP for either reload or linkup

parent 42214674
......@@ -2698,7 +2698,7 @@ function interface_configure($interface = 'wan', $reloadall = false, $linkupeven
interface_6to4_configure($interface, $wancfg);
break;
case 'track6':
interface_track6_configure($interface, $wancfg, $linkupevent);
interface_track6_configure($interface, $wancfg, $reloadall || $linkupevent);
break;
default:
/* XXX: Kludge for now related to #3280 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment