Skip to content

Commit

Permalink
interfaces: track6 edge case requires HUP for either reload or linkup
Browse files Browse the repository at this point in the history
(cherry picked from commit d0a94a5)
  • Loading branch information
fichtner committed May 19, 2017
1 parent 3756018 commit b0e3ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/inc/interfaces.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,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 */
Expand Down

0 comments on commit b0e3ec0

Please sign in to comment.