Gitiles
Code Review
Sign In
gerrit.opencord.org
/
mn-stratum-siab
/
refs/heads/master
/
.
/
1remove_route
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"