blob: a7ed456e684c47ce1796c9d4344e674a1b46b1d3 [file] [log] [blame]
#!/bin/sh
# Copyright 2019-present Open Networking Foundation
#
# SPDX-License-Identifier: Apache-2.0
#
# This script removes the route to the PPPoE client.
ip route del "$PPP_REMOTE" dev "$PPP_IFACE"