Age | Commit message (Collapse) | Author |
|
* 'current' of github.com:vyos/vyos-1x:
Jenkins: keep last 10 builds
Jenkins: intruduce ARCH_OPT to support multi arch deployment
Jenkins: fix dpkg architecture determination
|
|
|
|
|
|
|
|
* 'current' of github.com:vyos/vyos-1x:
Jenkins: adjust description
Jenkins: hardocde repo URL
Jenkins: fix isCustomBuild() URL
Jenkins: output git repo URL
Jenkins: fix httpURI in isCustomBuild()
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 2de90d7176ef5b5e41d05541d47d94f0a79caee1)
|
|
|
|
* 'current' of github.com:vyos/vyos-1x: (49 commits)
Jenkins: ease Pipeline
vxlan: T1636: simplyfy code (don't delete intf addresses)
ethernet: T1637: interfaces in a bond can be disabled
ethernet: T1637: fix calling arp_cache_tmo property
ethernet: T1637: do not overwrite interface description with interface name
ethernet: T1637: support offloading functions
Python/ifconfig: T1557: ethernet: add offloading interfaces
Python/ifconfig: T1557: update comments
Python/ifconfig: T1557: delete all assigned IP addresses on remove()
ethernet: T1637: call remove() on interface deletion
Python/ifconfig: T1557: use proper inheritance levels on remove()
ethernet: T1637: remove debug pprint
bridge: T1556: minor comment cleanup
bonding: T1614: minor comment cleanup
Python/ifconfig: T1557: unify '/sys/class/net/{}' path
Python/ifconfig: T1557: vmxnet3/virtio_net do not support changing speed/duplex control
Python/ifconfig: T1557: vmxnet3/virtio_net do not support changing flow control
Python/ifconfig: T1557: query driver if it supports auto negotiation
Python/ifconfig: T1557: call ethtool with full path
Python/ifconfig: T1557: return stdout string for _cmd()
...
|
|
vyos-1x is a Debian package with architecture all. This means we only
have to build it once as it can run on any other architecture - that's what
Python is made for.
|
|
|
|
|
|
|
|
|