-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
Currently if NetworkManager is present, Bunny will be interrupted and the interface will usually be brought back to managed mode from monitor. This can be solved currently by adding the following line to /etc/NetworkManager/NetworkManager.conf:
[keyfile]
unmanaged-devices=mac:<MAC_ADDRESS_HERE>
I have tried looking at nmcli and the dbus interface and there does not appear to currently be a way to force NetworkManager to set a device as unmanaged dynamically. There appears to be an open ticket for this functionality here: https://bugzilla.gnome.org/show_bug.cgi?id=680909