Skip to content

Commit

Permalink
interfaces: for symmetry with PPPoE do not reload WAN when address di…
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Mar 31, 2022
1 parent 7583ce5 commit 01913bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/inc/interfaces.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2773,11 +2773,11 @@ REQUEST)
/usr/local/sbin/configctl -d interface newipv6 {$wanif}
;;
EXIT|RELEASE)
/usr/bin/logger -t dhcp6c "dhcp6c \$REASON on {$wanif} - running newipv6"
/usr/bin/logger -t dhcp6c "dhcp6c \$REASON on {$wanif} - running dns reload"
/usr/local/sbin/ifctl -i ${wanif} -6nd
/usr/local/sbin/ifctl -i ${wanif} -6sd
/usr/local/sbin/ifctl -i ${wanif} -6pd
/usr/local/sbin/configctl -d interface newipv6 {$wanif}
/usr/local/sbin/configctl -d dns reload
;;
*)
;;
Expand Down

0 comments on commit 01913bf

Please sign in to comment.