Gitiles
Code Review
Sign In
gerrit.opencord.org
/
vsg
/
76a01bc010dff1c2fb3cd6dd54e8d2aeac2a88ab
/
.
/
extensions
/
pppoe
/
scripts
/
pppoe_server_delete.sh
blob: 065bdc97aec55481f633ca08d0450e949fb0eca9 [
file
] [
log
] [
blame
]
#!/bin/bash
PPPOE_SERVER_IP
=
$1
curl
-
X DELETE http
://
10.3
.
0.1
:
24000
/
rest
:
$PPPOE_SERVER_IP
:
3000