mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 07:50:16 +01:00
STP defaults to yes in NetworkManager (and the initscripts), so a missing STP value in an ifcfg file means yes/on. Calling svSetValue(STP, NULL) clears that line from the ifcfg, and thus STP gets interpreted as yes. Explicitly set stp to "no" so that the value actually gets saved. |
||
|---|---|---|
| .. | ||
| example | ||
| ifcfg-rh | ||
| ifcfg-suse | ||
| ifnet | ||
| ifupdown | ||
| keyfile | ||
| Makefile.am | ||