Age | Commit message (Collapse) | Author |
|
|
|
Support for vif-c interfaces is still missing
|
|
|
|
|
|
The node 'interfaces ethernet eth0 bond-group' has been changed and
de-nested. Bond members are now configured in the bond interface itself.
set interfaces bonding bond0 member interface eth0
|
|
|
|
|
|
|
|
|
|
|
|
An interface can only be added to a bond if it is in 'down' state. If interface
is in 'up' state, the following Kernel error will be thrown:
> bond0: eth1 is up - this may be due to an out of date ifenslave.
|
|
|
|
|
|
|
|
|
|
* remove missleading " as first character with no closing quote
* use single quotes in output messages (unclutter)
* when writing changes, make output string copy/pasteable my changing '->' to '>'
|
|
|
|
|
|
[op-mode] T1621 rewrite misc commands to python/xml syntax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3b119c91ca70c51aab24d4ef8b3913f47281321a.
|
|
Introduced in commit f524254 ("Python/ifconfig: T1557: use read/write helpers
to interface with sysfs") migrate all remaining calls to this new helper.
This enables us to have a single debug call and a single place for error
checking.
|
|
|
|
[boot-config-loader] T1622: Add failsafe and back trace
|
|
|
|
|
|
|
|
|
|
|
|
|
|
T1557 Create generic abstraction for configuring interfaces e.g. IP address
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[l2tp ipsec] T1605: Changed ipsec marking only for inbound policy, al…
|
|
functionality must saved
|
|
|
|
|
|
|
|
|
|
|
|
|