proto-shell: parse shell handler metadata
[project/netifd.git] / proto / ppp.sh
index 76df2f3..8dd97c0 100755 (executable)
@@ -8,6 +8,14 @@ ppp_init_config() {
        proto_config_add_int "keepalive"
 }
 
+ppp_setup() {
+       return
+}
+
+ppp_teardown() {
+       return
+}
+
 ppp_init() {
        return
 }