summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-21 21:18:20 +0200
committerGitHub <noreply@github.com>2020-04-21 21:18:20 +0200
commit0a22262769263a169dd8beb8cc58bdb17858735a (patch)
tree90ee4430fa5e6cb831a834db0ace28bab4ed8f81 /python
parent4d2fb087ccbceb9f66bad9c3ff509531e45fb15a (diff)
parent5f52d7a314a6878322c2f69c5fbee4d3f760d904 (diff)
downloadvyos-1x-0a22262769263a169dd8beb8cc58bdb17858735a.tar.gz
vyos-1x-0a22262769263a169dd8beb8cc58bdb17858735a.zip
Merge pull request #366 from thomas-mangin/T2350
geneve: T2350: fix creation of interface
Diffstat (limited to 'python')
-rw-r--r--python/vyos/ifconfig/geneve.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/vyos/ifconfig/geneve.py b/python/vyos/ifconfig/geneve.py
index 0c1cdade9..145dc268c 100644
--- a/python/vyos/ifconfig/geneve.py
+++ b/python/vyos/ifconfig/geneve.py
@@ -35,6 +35,8 @@ class GeneveIf(Interface):
'vni': 0,
'remote': '',
}
+ options = Interface.options + \
+ ['vni', 'remote']
definition = {
**Interface.definition,
**{