diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-22 16:00:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-22 16:00:39 +0100 |
commit | f90abbe3062a1d687c797ff2f2ffde048430d350 (patch) | |
tree | 3d83f14443ba525313b38cb97e377130e86531ee /debian/control | |
parent | 5f7ca76cb46b86a6f9adcbebe995a54972fa5abf (diff) | |
download | vyos-1x-f90abbe3062a1d687c797ff2f2ffde048430d350.tar.gz vyos-1x-f90abbe3062a1d687c797ff2f2ffde048430d350.zip |
wireless: T2151: calculate locally administered MAC address per SSID
According to http://wiki.stocksy.co.uk/wiki/Multiple_SSIDs_with_hostapd every
SSID served by access-point should run on its own, locally administered MAC
address. Take the phy's interface MAC address as base and calculate a per
interface locally administered MAC address.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e61e2d043..53c4130d7 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Depends: python3, python3-hurry.filesize, python3-vici (>= 5.7.2), python3-bottle, + python3-netaddr, python3-zmq, cron, ipaddrcheck, |