Age | Commit message (Collapse) | Author |
|
vyos.ifconfig class
|
|
|
|
Support for vif-c interfaces is still missing
|
|
|
|
|
|
|
|
|
|
|
|
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 '>'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|