index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conf_mode
/
interface-ethernet.py
Age
Commit message (
Collapse
)
Author
2019-09-20
ethernet: T1637: interfaces in a bond can be disabled
Christian Poessinger
2019-09-20
ethernet: T1637: fix calling arp_cache_tmo property
Christian Poessinger
2019-09-20
ethernet: T1637: do not overwrite interface description with interface name
Christian Poessinger
2019-09-20
ethernet: T1637: support offloading functions
Christian Poessinger
2019-09-20
ethernet: T1637: call remove() on interface deletion
Christian Poessinger
2019-09-20
ethernet: T1637: remove debug pprint
Christian Poessinger
2019-09-20
ethernet: T1637: change speed and duplex settings
Christian Poessinger
2019-09-20
ethernet: T1637: handle VLAN interface exception on system startup
Christian Poessinger
On system bootup the above condition is true but the interface does not exists, which throws an exception, but that's legal. Simply pass the exception! With this change VyOS boots up and configures ethernet VLAN interfaces as expected.
2019-09-20
ethernet: T1637: support changing flow-control
Christian Poessinger
2019-09-20
ethernet: T1637: reset MAC address to read hw-id on removal
Christian Poessinger
2019-09-20
ethernet: T1637: support VLAN {ingress,egress}-qos-mapping
Christian Poessinger
2019-09-20
ethernet: T1637: initial rewrite in XML/Python style
Christian Poessinger