summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig/vtun.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/vyos/ifconfig/vtun.py')
-rw-r--r--python/vyos/ifconfig/vtun.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/python/vyos/ifconfig/vtun.py b/python/vyos/ifconfig/vtun.py
index 07d39fcbb..60c178b9a 100644
--- a/python/vyos/ifconfig/vtun.py
+++ b/python/vyos/ifconfig/vtun.py
@@ -31,4 +31,14 @@ class VTunIf(Interface):
},
}
- # The _create and _delete need to be moved from interface-ppoe to here
+ # stub this interface is created in the configure script
+
+ def _create(self):
+ # we can not create this interface as it is managed outside
+ # it requires configuring OpenVPN
+ pass
+
+ def _delete(self):
+ # we can not create this interface as it is managed outside
+ # it requires configuring OpenVPN
+ pass