Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-12 | ethernet: T1637: do not delete VIFs on every commit | Christian Poessinger | |
A delta-check problem caused the deletion of each and every VLAN interface when anything under an interface has been changed. This also cause PPPoE session interruptions. | |||
2019-12-11 | vyos.config: T1846: ignore edit level when obtaining running config | John Estabrook | |
In addition to ignoring edit level for the session config (12a21a4b), the running config should be parsed from the top level. | |||
2019-12-09 | vyos.config: T1764: allow for list argument to exists, in value case | John Estabrook | |
2019-12-09 | vyos.config: T1846: ignore edit level when obtaining working config | John Estabrook | |
2019-12-06 | ifconfig: T1849: fix DHCPv6 startup | Christian Poessinger | |
2019-12-06 | Python/VyOS validate: T1849: handle is_ipv6()/is_ipv6() exceptions | Christian Poessinger | |
2019-12-06 | ifconfig: T1793: remove dhcpv6 client debug output | Christian Poessinger | |
2019-12-04 | [vyos.config] T1847: correctly set_level for path given as empty string | John Estabrook | |
2019-12-03 | T1801: move escaping of backslashes into configtree | John Estabrook | |
2019-11-25 | T1824: restore original umask | John Estabrook | |
2019-11-25 | T1824: set write permissions for cfg_group on vyos-migrate.log | John Estabrook | |
2019-11-24 | geneve: T1799: add Generic Network Virtualization Encapsulation | Christian Poessinger | |
2019-11-21 | T1818: Print name of migration script on failure | John Estabrook | |
2019-11-21 | T1814: Add log of migration scripts run during config migration | John Estabrook | |
2019-11-17 | T1801: escape isolated backslashes before passing to ConfigTree() | John Estabrook | |
2019-11-11 | ifconfig: T1793: extend set_speed_duplex() delta check | Christian Poessinger | |
Commit 9e4947770064 ("ifconfig: T1793: add delta check on set_speed_duplex()") was wave1 of reducing the amount of switch-port flaps and BGP session resets. The delta check now also handles the case of fixed speed and duplex settings. | |||
2019-11-10 | ifconfig: T1793: add delta check on set_speed_duplex() | Christian Poessinger | |
The speend and duplex settings should only be changed when they need to. Always configuring this setting will make the kernel disable and re-enable the physical interface. This will not only let the switchport flap but it will also reset e.g. BGP sessions. This is the first part of this fix for speed/duplex auto settings. In addition - this also reduces the config commit time. | |||
2019-11-10 | ifconfig: T1793: add delta check on set_flow_control() | Christian Poessinger | |
The flow control settings should only be changed when they need to. If flow control is altered, the kernel will disable and re-enable the interface. This will not only let the switchport flap but it will also reset e.g. BGP sessions. In addition - this also reduces the config commit time. | |||
2019-11-10 | Python/ifconfig: wireguard: remove trailing whitespaces | Christian Poessinger | |
2019-11-04 | Python/ifconfig: T1557: do not allow both IPv4 and dhcp address on interfaces | Christian Poessinger | |
2019-11-04 | list_interfaces: add wifi interfaces to bridgeable interfaces | Christian Poessinger | |
2019-10-28 | Add a function for retrieving config dicts. | Daniil Baturin | |
2019-10-27 | Merge pull request #155 from kroy-the-rabbit/py-interface | Christian Poessinger | |
T1759: Merging interface.py into ifconfig.py | |||
2019-10-27 | T1759: Fixing dependency bug from previous commit | kroy | |
2019-10-27 | T1759: Merging interface.py into ifconfig.py | kroy | |
2019-10-27 | Allow list arguments in the vyos.config show_config() function. | Daniil Baturin | |
2019-10-27 | Replace the try and wait for segfault approach with explicit inSession check. | Daniil Baturin | |
2019-10-27 | T1773: add a script for converting the config to JSON. | Daniil Baturin | |
It also exposes those functions in vyos.configtree | |||
2019-10-24 | T1759: ioctl.pm/interface.pm rewrite | kroy | |
2019-10-24 | T1762: adjust the set_level() calls to use the new list representation. | Daniil Baturin | |
2019-10-24 | [vyos.config] T1764: support both string and list arguments in config functions. | Daniil Baturin | |
2019-10-23 | Merge pull request #152 from kroy-the-rabbit/intf-rewrite1bf | hagbard-01 | |
T1759: bug fixes, missing interface IP | |||
2019-10-23 | T1759: bug fixes, missing interface IP | kroy | |
2019-10-23 | Merge branch 'current' of https://github.com/vyos/vyos-1x into current | Daniil Baturin | |
2019-10-23 | [vyos.config] T1758: use vyos.configtree for reading values, | Daniil Baturin | |
instead of calling cli-shell-api. | |||
2019-10-23 | [HTTP API] Add endpoints for config file and image management. | Daniil Baturin | |
2019-10-23 | [vyos.config] T1758: check that config setup has completed before | John Estabrook | |
calling showConfig, else, default to config.boot | |||
2019-10-22 | T1759: Migrating interfaces | kroy | |
2019-10-18 | Python/ifconfig: T1712: always start DHCP when configured | Christian Poessinger | |
DHCP was only started when the interface operstate was set to up but this is wrong. An interface can be configured as DHCP interface and DHCP client must be launched even when the physical interface becomes available n-minutes later. DHCP client then can ask for an IP assignemnt by DHCP. Tested by starting DHCP client on a not connected ethernet interface. Address was assigned later on after link became ready. | |||
2019-10-18 | Python/ifconfig: T1557: get_status() must use admin state not operstate | Christian Poessinger | |
2019-10-16 | Revert "Python/ifconfig: T1712: wait when changing interface state" | Christian Poessinger | |
This reverts commit 1257d7851866d42287018b38dd871f279b87286a. It will delay network interface configuration everywhere when e.g. no network cable is plugged in. We should find the root cause why DHCPd sometimes did not start. | |||
2019-10-13 | Python/ifconfig: T1557: add support for DHCPv6 client options | Christian Poessinger | |
2019-10-13 | Python/ifconfig: T1557: bugfix when configuring accept_ra on VLAN interfaces | Christian Poessinger | |
2019-10-11 | Python/ifconfig: T1723: add flag to specify if we should wait for interface up | Christian Poessinger | |
2019-10-09 | T1430: add dhcp vendor-class-id client option | Christian Poessinger | |
2019-10-09 | Python/ifconfig: T1557: add generic support for DHCP client options | Christian Poessinger | |
2019-10-06 | Python/ifconfig: T1712: wait when changing interface state | Christian Poessinger | |
With some interfaces, for example bond vif, it take some time for the state change to really happen. Because of this later code, like starting DHCP client, might not work as expected as get_state() reports the old (real) state. Now when changing state of an interface we are (busy-)waiting up to 12.5 seconds before we inform the user that the interface could not be brought up. This should be more then enough time for any interface to start except when there is really no cable attached. | |||
2019-10-06 | Python/ifconfig: T1557: add return in front of self._cmd() calls | Christian Poessinger | |
2019-10-01 | T1424: Check for http error or redirect, when loading remote files. | John Estabrook | |
(ported from vyatta-cfg f051e369) | |||
2019-09-24 | Python/ifconfig: T1557: add STPIf class (spanning tree) bridge member | Christian Poessinger | |