mirror of
https://github.com/gryf/wicd.git
synced 2026-03-16 22:53:33 +01:00
Preliminary work on wired encryption. Implemented necessary infrastructure, bugfixing to follow.
This commit is contained in:
@@ -1148,6 +1148,10 @@ class WiredConnectThread(ConnectThread):
|
||||
# Bring up interface.
|
||||
self.put_iface_up(liface)
|
||||
|
||||
# Manage encryption.
|
||||
if self.network.get('encryption'):
|
||||
liface.Authenticate(self.network)
|
||||
|
||||
# Set gateway, IP adresses, and DNS servers.
|
||||
self.set_broadcast_address(liface)
|
||||
self.set_ip_address(liface)
|
||||
|
||||
Reference in New Issue
Block a user