| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Rather than shelling out to the `sysctl` command like the PR does,
let's write directly to `/proc/sys` after checking that it exists.
This likely needs work to do the same thing on BSD.
Closes: https://bugs.gentoo.org/515640
Closes: https://github.com/gentoo/netifrc/pull/55
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
|
|
|
|
| |
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
|
|
|
|
|
|
| |
keep the no prefix to be backward compatible.
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
add bridge_force_IFVAR to be interface independent.
mark the brctl_IFVAR as deprecated.
enable easy removal of brctl in future in favour of the iproute2 without
leaving legacy.
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
|
|
|
|
| |
This reverts commit 6befe06a7e72b5b7f17c7f1118fc16000a0cce13.
|
|
|
|
|
|
| |
Use and prefer iproute2 and sysfs over bridge-utils where possible.
Most users already have iproute2 installed, so this reduces the number
of external programs they need to use all of netifrc's functionality.
|
|
|