Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vsg
/
76a01bc010dff1c2fb3cd6dd54e8d2aeac2a88ab
/
.
/
extensions
/
pppoe
/
scripts
/
pppoe_server_delete.sh
blob: 065bdc97aec55481f633ca08d0450e949fb0eca9 [
file
] [
log
] [
blame
]
AyumuUeha
76a01bc
2017-05-18 13:34:13 +0900
[
diff
] [
blame^
]
1
#!/bin/bash
2
PPPOE_SERVER_IP
=
$1
3
curl
-
X DELETE http
://
10.3
.
0.1
:
24000
/
rest
:
$PPPOE_SERVER_IP
:
3000