- 28 Mar, 2020 1 commit
-
-
Jouke Witteveen authored
Connection types bond, bridge, dummy, vlan, and macvlan create their own interface. Previously, only macvlan offered control over the MAC address of the created interface. Now, this functionality is available to all these connection types. Thanks to: Javier <j.e.vasquez.v@gmail.com> and David Hummel <hummeltech@dhummel.net>
-
- 12 Jan, 2015 1 commit
-
-
Jouke Witteveen authored
-
- 06 May, 2014 1 commit
-
-
Jouke Witteveen authored
The following changes introduced in Bash 4.3 necessitate this commit: - Setting the array attribute no longer initializes an array. - Empty-but-set arrays no longer pass [[ -v ]]. Previous attempts: feb669f4 711c4645 e8210827
-
- 01 Mar, 2014 1 commit
-
-
Ifenslave is deprecated according to the kernel documentation: https://www.kernel.org/doc/Documentation/networking/bonding.txt It also added an additional, unnecessary dependency. I tried to update the documentation to reflect this change.
-
- 27 Feb, 2014 1 commit
-
-
Jouke Witteveen authored
The main benefit is the possibility to use interface hooks for links that are created at runtime.
-
- 25 Feb, 2014 1 commit
-
-
Jouke Witteveen authored
Now a bit more verbose when useful.
-
- 16 Jun, 2013 1 commit
-
-
Jouke Witteveen authored
The declare builtin defaults to making variables local. Previous attempts: 711c4645 e8210827
-
- 06 May, 2013 1 commit
-
-
Jouke Witteveen authored
When interpreted as an array, the empty string represents a 1-element array consisting of the empty string. This is actually very reasonable. Reported by: Thomas Bächler <thomas@archlinux.org>
-
- 10 Apr, 2013 1 commit
-
-
Jouke Witteveen authored
-
- 22 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
This allows connection scripts to provide defaults, among other things.
-
- 18 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
Remove distribution-specific paths (and allow overrides).
-
- 28 Dec, 2012 2 commits
-
-
Jouke Witteveen authored
This commit contains the refactoring and rewriting of code.
-
Jouke Witteveen authored
This commit contains the moving of files.
-
- 12 Oct, 2012 1 commit
-
-
Jouke Witteveen authored
This commit removes an undocumented feature where IFACE_{UP,DOWN} would be evaluated when the interface is brought up or down. This functionality did not work as expected since the interface could potentially be brought up/down more than once in one netcfg invocation. This is apparent in the changes to the bonding code.
-
- 14 Jul, 2012 1 commit
-
-
Jouke Witteveen authored
- make specifying IP optional for tuntap profiles (FS#30638) - ethernet_{up,down} takes care of bring_interface {up,down} - debugging updates: don't hide errors, they are useful
-
- 05 Jul, 2012 1 commit
-
-
Jouke Witteveen authored
-
- 01 Mar, 2012 1 commit
-
-
Jouke Witteveen authored
This is what you get when Dave Reisner points you at some bash anti-patterns. Also in this commit: - updated documentation - bugfix revision of the IPv6 SLAAC address/route bug
-
- 20 Aug, 2011 1 commit
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 14 Jul, 2011 1 commit
-
-
Rémy Oudompheng authored
Contributed-by:
Byron Williams <byron@112percent.com> Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 05 Jun, 2011 1 commit
-
-
Rémy Oudompheng authored
-
- 05 Feb, 2011 1 commit
-
-
Thomas S Hatch authored
-