diff --git a/src/etc/rc.syshook.d/start/10-newwanip b/src/etc/rc.syshook.d/start/10-newwanip index d309ed14f..1b9c99d53 100755 --- a/src/etc/rc.syshook.d/start/10-newwanip +++ b/src/etc/rc.syshook.d/start/10-newwanip @@ -15,16 +15,3 @@ for IPV6 in $(find /tmp -type f -name "newwanipv6_*"); do echo "Reconfiguring IPv6 on ${INTERFACE}" configctl -dq interface newipv6 ${INTERFACE} done - -# Following #3414 there is a missing link between VTI and -# routing configuration reload so at least for reboot make -# sure that it is properly executed even if no VTI exists. -# -# The issue has been redeemed in IPsec through #5263. It -# teaches us that device destroy/create has implications -# on existing routes in the sense that they stop working. -# Now instead of removing this bit this problem still exists -# in GRE, GIF and STF interface handling so we keep this -# for now: - -configctl -dq interface routes configure