1
0
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:
Joe MacMahon
2012-01-29 00:47:53 +00:00
parent 2d6034375e
commit 75243730b6
6 changed files with 122 additions and 47 deletions

View File

@@ -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)