summaryrefslogtreecommitdiff
path: root/python/vyos/ifconfig/interface.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-09-20 06:47:26 +0200
committerGitHub <noreply@github.com>2024-09-20 06:47:26 +0200
commita66122f8f17319138ace4e05d7e24cecda9ae35f (patch)
tree7c67a0677db49e76cf0873e925b4d5152e096e0b /python/vyos/ifconfig/interface.py
parent1909f2df8017b084dd28e8e05cc266076b2a9980 (diff)
parent4af125b3bcf9fb11cc0611862130d8dad6ac60fd (diff)
downloadvyos-1x-a66122f8f17319138ace4e05d7e24cecda9ae35f.tar.gz
vyos-1x-a66122f8f17319138ace4e05d7e24cecda9ae35f.zip
Merge pull request #4088 from vyos/mergify/bp/circinus/pr-4087
wireless: T6709: fix missing wpa_supplicant configuration (backport #4087)
Diffstat (limited to 'python/vyos/ifconfig/interface.py')
-rw-r--r--python/vyos/ifconfig/interface.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/vyos/ifconfig/interface.py b/python/vyos/ifconfig/interface.py
index 31fcf6ca6..002d3da9e 100644
--- a/python/vyos/ifconfig/interface.py
+++ b/python/vyos/ifconfig/interface.py
@@ -1813,9 +1813,6 @@ class Interface(Control):
value = '1' if (tmp != None) else '0'
self.set_per_client_thread(value)
- # enable/disable EAPoL (Extensible Authentication Protocol over Local Area Network)
- self.set_eapol()
-
# Enable/Disable of an interface must always be done at the end of the
# derived class to make use of the ref-counting set_admin_state()
# function. We will only enable the interface if 'up' was called as