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
  • Loading branch information
fichtner committed May 11, 2017
1 parent 4221467 commit d0a94a5
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 @@ -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 */
Expand Down

0 comments on commit d0a94a5

Please sign in to comment.