summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorThomas Strobel <ts468@cam.ac.uk>2015-09-28 18:43:40 +0200
committerThomas Strobel <ts468@cam.ac.uk>2015-10-01 15:35:30 +0200
commitc0248c0c1f46f42ed736386e0d0ee67da5b329a6 (patch)
tree57648b5d42386645e877c0ed6e2c3e855a56f498 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parente0d5b14ce412f6ff629d4fb5104d34a0b00804b7 (diff)
networking module: init 'wlanInterfaces' option
Configuration option for setting up virtual WLAN interfaces. If the hardware NIC supports it, then multiple virtual WLAN interfaces can be configured through the options of the new 'networking.wlanInterfaces' module. For example, the following configuration transforms the device with the persistent udev name 'wlp6s0' into a managed and a ad hoc device with the device names 'wlan-managed0' and 'wlan-adhoc0', respectively: networking.wlanInterfaces = { "wlan-managed0" = { type = "managed"; device = "wlp6s0"; }; "wlan-adhoc0" = { type = "ibss"; device = "wlp6s0"; }; }; Internally, a udev rule is created that matches wlp6s0 and runs a script which adds the missing virtual interfaces and re-configures the wlp6s0 interface accordingly. Once the new interfaces are created by the Linux kernel, the configuration of the interfaces is managed by udev and systemd in the usual way.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions