diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-02-28 00:54:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-28 00:54:59 +0100 |
| commit | 9cf1651454895442d911e07120a2bfd9ae12a756 (patch) | |
| tree | d5e05819a56869512a3c87d906e9f6d75d5c7e63 /python/vyos/ifconfig/input.py | |
| parent | 46af54fe7545913226585230dfffd7e722280d81 (diff) | |
| parent | 5bcc549edeaeaa767d77a68b33751e834d467c34 (diff) | |
| download | veeos-1x-9cf1651454895442d911e07120a2bfd9ae12a756.tar.gz veeos-1x-9cf1651454895442d911e07120a2bfd9ae12a756.zip | |
Merge pull request #747 from c-po/vxlan-tunnel-parameters
vyos.ifconfig: cleanup and tunnel refactoring
Diffstat (limited to 'python/vyos/ifconfig/input.py')
| -rw-r--r-- | python/vyos/ifconfig/input.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/ifconfig/input.py b/python/vyos/ifconfig/input.py index a6e566d87..db7d2b6b4 100644 --- a/python/vyos/ifconfig/input.py +++ b/python/vyos/ifconfig/input.py @@ -17,9 +17,6 @@ from vyos.ifconfig.interface import Interface @Interface.register class InputIf(Interface): - default = { - 'type': '', - } definition = { **Interface.definition, **{ |
