mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
As discussed
This commit is contained in:
parent
8919a7082e
commit
8317f3912c
@ -27,7 +27,7 @@ if [ -f /tmp/${IF}up ] && [ -f /conf/${IF}.log ]; then
|
||||
/usr/local/sbin/ppp-log-uptime.sh $seconds ${IF} &
|
||||
fi
|
||||
|
||||
if [ ${IF} !=~ "ppp[0-9]*" ]; then
|
||||
if echo "${IF}" | egrep -qv "ppp[0-9]+"; then
|
||||
/etc/rc.kill_states ${IF} ${LOCAL_IP}
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user