Age | Commit message (Collapse) | Author |
|
|
|
|
|
ifconfig: T2057: break down DHCP, add register, STP and VLAN as adapters
|
|
* Add xen_netfront to the list of interface types that will error reading pause via ethtool
* Also disable for speed, as it doesn't make sense (although the driver doesn't error.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ethernet: T2154: do not report errors where none are
|
|
|
|
|
|
|
|
|
|
|
|
... as set_state() changes the interface administrative state, too!
|
|
|
|
... this is required for delta checks
|
|
tunnel: T31: fix vrf deletion, add support for vrf on tunnels
|
|
|
|
ifconfig: T2057: tidying up code for geneve and vxlan
|
|
|
|
|
|
|
|
This class is required as wireless interfaces are created using iw instead of
ip from iproute2.
|
|
|
|
tunnel: T2028: move interface tunnel to XML/Python
|
|
This patch migrates the "interface tunnel" section to xml/python
|
|
__init__ should be added to a derived class only if it does work in the ctor.
|
|
ifconfig: T2057: fail change when command are failing
|
|
|
|
ifconfig: T2057: skip required check if we do not create the interface
|
|
|
|
|
|
|
|
ifconfig: T1849: buster fixed the delay issue
|
|
|
|
|
|
- That should probably move to it's own op command library
as it is the onlt function print out specific information
|
|
T2096: Http api show generate
|
|
|
|
|
|
|
|
|
|
|
|
fill VXLANIf.options for correct parsing
|
|
change `config['remote']` to `self.config['remote']`
|