Skip to content

Commit

Permalink
interfaces: slaac router causes problems?
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Feb 3, 2023
1 parent e046900 commit 930685e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opnsense/scripts/interfaces/rtsold_resolvconf.sh
Expand Up @@ -62,11 +62,11 @@ if [ "${1}" = "-a" ]; then

/usr/local/sbin/ifctl -i ${ifname} -6nd ${nameservers}
/usr/local/sbin/ifctl -i ${ifname} -6sd ${searchlist}
/usr/local/sbin/ifctl -i ${ifname} -6rd -a ${rasrca}
#/usr/local/sbin/ifctl -i ${ifname} -6rd -a ${rasrca}
elif [ "${1}" = "-d" ]; then
/usr/local/sbin/ifctl -i ${ifname} -6nd
/usr/local/sbin/ifctl -i ${ifname} -6sd
/usr/local/sbin/ifctl -i ${ifname} -6rd
#/usr/local/sbin/ifctl -i ${ifname} -6rd
fi

# wait for DAD to complete to avoid tentative address
Expand Down

0 comments on commit 930685e

Please sign in to comment.