diff options
author | fett0 <50275740+fett0@users.noreply.github.com> | 2023-07-05 12:03:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 17:03:20 +0200 |
commit | e47668d88a21f4077bfb88c1123de0c86679d868 (patch) | |
tree | dc7fdd14c3df3c16bee309ee1e75cbd3c7323b9a /python | |
parent | 8afdb5ad5515a0a1ae716204f397f3d974cec714 (diff) | |
download | vyos-1x-e47668d88a21f4077bfb88c1123de0c86679d868.tar.gz vyos-1x-e47668d88a21f4077bfb88c1123de0c86679d868.zip |
geneve: T5339: add option to use ipv4 instead of ethernet
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/ifconfig/geneve.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/vyos/ifconfig/geneve.py b/python/vyos/ifconfig/geneve.py index 276c34cd7..7a05e47a7 100644 --- a/python/vyos/ifconfig/geneve.py +++ b/python/vyos/ifconfig/geneve.py @@ -45,6 +45,7 @@ class GeneveIf(Interface): 'parameters.ip.df' : 'df', 'parameters.ip.tos' : 'tos', 'parameters.ip.ttl' : 'ttl', + 'parameters.ip.innerproto' : 'innerprotoinherit', 'parameters.ipv6.flowlabel' : 'flowlabel', } |