Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Commit cb1b72c5c ("Python/ifconfig: replace linkstate() with up()/down() methods")
replaced the linkstate property in favour of up()/down() functions.
Instead it really makes more sense to have a propery to also query the current
linkstate from sysfs.
|
|
|
|
an interface
|
|
|