summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/vyos/vpp/interface/vxlan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/vpp/interface/vxlan.py b/python/vyos/vpp/interface/vxlan.py
index 35b3f9fc1..36206e8c4 100644
--- a/python/vyos/vpp/interface/vxlan.py
+++ b/python/vyos/vpp/interface/vxlan.py
@@ -79,7 +79,7 @@ class VXLANInterface:
"""Add LCP pair
Example:
from vyos.vpp.interface import VXLANInterface
- a = VXLANInterface(ifname='vxlan23', source_address='192.0.2.1', remote='203.0.113.23', vni=23)
+ a = VXLANInterface(ifname='vxlan23', source_address='192.0.2.1', remote='203.0.113.23', vni=23, kernel_interface='vpptap10')
a.kernel_add()
"""
self.vpp.lcp_pair_add(self.ifname, self.kernel_interface)