Gitiles
Code Review
Sign In
gerrit.opencord.org
/
mn-stratum-siab
/
refs/heads/master
/
.
/
1remove_route
blob: a7ed456e684c47ce1796c9d4344e674a1b46b1d3 [
file
] [
log
] [
blame
]
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"