|
@@ -103,17 +103,6 @@ proto_l2tp_teardown() {
|
103
|
103
|
local optfile="/tmp/l2tp/options.${interface}"
|
104
|
104
|
|
105
|
105
|
rm -f ${optfile}
|
106
|
|
- case "$ERROR" in
|
107
|
|
- 11|19)
|
108
|
|
- proto_notify_error "$interface" AUTH_FAILED
|
109
|
|
- proto_block_restart "$interface"
|
110
|
|
- ;;
|
111
|
|
- 2)
|
112
|
|
- proto_notify_error "$interface" INVALID_OPTIONS
|
113
|
|
- proto_block_restart "$interface"
|
114
|
|
- ;;
|
115
|
|
- esac
|
116
|
|
-
|
117
|
106
|
if [ -p /var/run/xl2tpd/l2tp-control ]; then
|
118
|
107
|
xl2tpd-control remove l2tp-${interface} || {
|
119
|
108
|
echo "xl2tpd-control: Remove l2tp-$interface failed" >&2
|