mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
PPOE Skript sollte den kill, CGI Fixes
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@607 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -113,7 +113,7 @@ case "${2}" in
|
||||
boot_mesg "Bringing down the PPPoE interface on ${1}..."
|
||||
|
||||
modprobe -r pppoe >/dev/null 2>&1
|
||||
kill $(cat /var/run/pppd-ipfire.pid)
|
||||
kill $(head -1 /var/run/ppp-ipfire.pid)
|
||||
sleep 2
|
||||
ip addr del 1.1.1.1/24 broadcast 1.1.1.255 dev ${1}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user