Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 88fac8aa40e7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dede5baac711
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 27, 2019

  1. nixos/wpa_supplicant: escape interface names to listen on

    Systemd provides some functionality to escape strings that are supposed
    to be part of a unit name[1]. This seems to be used for interface names
    in `sys-subsystem-net-devices-{interface}.device` and breaks
    wpa_supplicant if the wireless interface name has a dash which is
    encoded to \x2d.
    
    Such an interface name is rather rare, but used i.e. when configuring
    multiple wireless interfaces with `networking.wlanInterfaces`[2] to have on
    interface for `wpa_supplicant` and another one for `hostapd`.
    
    [1] https://www.freedesktop.org/software/systemd/man/systemd-escape.html
    [2] https://nixos.org/nixos/options.html#networking.wlaninterfaces
    Ma27 committed Jan 27, 2019
    Copy the full SHA
    acbadcd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54681 from Ma27/escape-interface-names-in-wpa-sup…

    …plicant-unit
    
    nixos/wpa_supplicant: escape interface names to listen on
    infinisil committed Jan 27, 2019
    Copy the full SHA
    dede5ba View commit details
    Browse the repository at this point in the history