Do not try to rtsol on pflog or pfsync devices.

This commit is contained in:
Max Laier 2006-10-29 13:29:49 +00:00
parent 35da9180dc
commit 51769ee611
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163759

View File

@ -690,7 +690,7 @@ network6_interface_setup()
if [ ${rtsol_available} = yes -a ${rtsol_interface} = yes ]
then
case ${i} in
lo0|gif[0-9]*|stf[0-9]*|faith[0-9]*|lp[0-9]*|sl[0-9]*|tun[0-9]*)
lo0|gif[0-9]*|stf[0-9]*|faith[0-9]*|lp[0-9]*|sl[0-9]*|tun[0-9]*|pflog[0-9]*|pfsync[0-9]*)
;;
*)
rtsol_interfaces="${rtsol_interfaces} ${i}"