Daniele Moro | c3aa653 | 2019-11-18 16:24:31 -0800 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | # Copyright 2019-present Open Networking Foundation | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: Apache-2.0 | ||||
6 | # | ||||
7 | |||||
8 | # This script removes the route to the PPPoE client. | ||||
9 | ip route del "$PPP_REMOTE" dev "$PPP_IFACE" |