blob: a7ed456e684c47ce1796c9d4344e674a1b46b1d3 [file] [log] [blame]
Daniele Moroc3aa6532019-11-18 16:24:31 -08001#!/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.
9ip route del "$PPP_REMOTE" dev "$PPP_IFACE"