[CORD-1305] PPPoE Client
Change-Id: Id5ae5ba0ce0cbb89d434fb34d4c42796c61c059e
diff --git a/extensions/pppoe/scripts/vcpe_proxy_ap_mgmt_stop.sh b/extensions/pppoe/scripts/vcpe_proxy_ap_mgmt_stop.sh
new file mode 100755
index 0000000..61b91ce
--- /dev/null
+++ b/extensions/pppoe/scripts/vcpe_proxy_ap_mgmt_stop.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+#************************************************************/
+#** File: vcpe_proxy_ap_mgmt_stop.sh */
+#** Contents: Contains shell script to stop VCPE */
+#** PPPoE Management */
+#************************************************************/
+
+sudo killall nodejs
+