Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-27 | FRR: T4020: Added CLI options for FRR daemons | zsdc | |
Added first CLI items for controlling FRR daemons parameters that cannot be changed via vtysh and are available via arguments only. Now it is possible to enable/disable modules: SNMP (for each daemon), BMP (for BGP), IRDP (for Zebra). | |||
2021-11-26 | Merge pull request #1080 from erkin/current | Christian Poessinger | |
remote: T3356: Rewrite remote.py | |||
2021-11-26 | Merge pull request #1086 from sever-sever/T3978 | Christian Poessinger | |
containers: T3978: Fix correct variable name for network | |||
2021-11-25 | containers: T3978: Fix correct variable name for network | Viacheslav | |
2021-11-25 | Merge pull request #1084 from andriiandrieiev/current | Daniil Baturin | |
filesystem: T3946: GPT table fix after drive resize on Azure | |||
2021-11-25 | filesystem: T3946: GPT table fix after disk resize | Andrii | |
2021-11-24 | Merge pull request #1078 from erkin/current | John Estabrook | |
conf-mode: NAT interface definition typo fix | |||
2021-11-24 | T3356: Rewrite remote.py | erkin | |
2021-11-24 | graphql: T3993: add requests for manipulating firewall groups | John Estabrook | |
2021-11-24 | conf-mode: NAT interface definition typo fix | erkin | |
2021-11-23 | graphql: T3993: refactor directive and mutation definitions | John Estabrook | |
2021-11-22 | graphql: T3993: normalize naming conventions | John Estabrook | |
2021-11-22 | graphql: T3993: change name of directive | John Estabrook | |
2021-11-22 | graphql: T3993: update README.graphql | John Estabrook | |
2021-11-21 | smoketest: remove superfluous ConfigSession import | Christian Poessinger | |
2021-11-21 | smoketest: flow-accounting: add initial - basic - testcase | Christian Poessinger | |
2021-11-21 | Merge pull request #1072 from andriiandrieiev/current | Christian Poessinger | |
filesystem: T3946: root partition auto resize as a service | |||
2021-11-21 | smoketest: ipsec: T4010: fix dmvpn template profile rekey_time | Christian Poessinger | |
Commit d75403f78aef0 ("dmvpn: T4010: Fix template ipsec profile rekey_time") fixed an issue where the old IKE life_time config option was used. This no longer exists and us named rekey_time for IKE. This commit fixes the expected smoketest result. | |||
2021-11-21 | Merge pull request #1074 from sever-sever/T4010 | Christian Poessinger | |
dmvpn: T4010: Fix template ipsec profile rekey_time | |||
2021-11-19 | http-api: T4003: fix output when no tty attached to stdout, e.g., api | John Estabrook | |
2021-11-19 | Merge pull request #1075 from srividya0208/T3998 | Christian Poessinger | |
conf-mode:T3998:bgp route-target completion incorrect description | |||
2021-11-19 | conf-mode:T3998:bgp route-target completion incorrect description | srividya0208 | |
Corrected the help description for route target from "Specify route distinguisher" to "Specify route target list" | |||
2021-11-19 | filesystem: T3946: partition resize as a service | Andrii | |
2021-11-19 | ethernet: T4011: deleting interface should place interface in admin down state | Christian Poessinger | |
Interface will still be visible to the operating system. | |||
2021-11-19 | wwan: T3620: fix commend in remove() | Christian Poessinger | |
Improve commend in WWANIf.remove() - remove() was implemented in commit d588a968 ("wwan: T3620: place interface in A/D state when removed"). | |||
2021-11-18 | dmvpn: T4010: Fix template ipsec profile rekey_time | Viacheslav | |
2021-11-18 | console-server: T2490: display /etc/issue.net on SSH logins | Christian Poessinger | |
2021-11-18 | Merge pull request #1073 from anthr76/container-cap | Christian Poessinger | |
containers: T4006: Add capabilities net-bind-service | |||
2021-11-18 | wwan: T3620: place interface in A/D state when removed | Christian Poessinger | |
(cherry picked from commit 61e4d75abb1129f63df5a47b9c9bf0553850d893) | |||
2021-11-18 | wwan: T3795: periodically check if WWAN connection needs a reconnect | Christian Poessinger | |
(cherry picked from commit eb6247e4b464c36fa7441627b221d0db39429251) | |||
2021-11-18 | wwan: T3795: do not fail config-load when signal is missing | Christian Poessinger | |
(cherry picked from commit 4747e944233de14b5c66ca3d7004d1174554681a) | |||
2021-11-18 | wwan: T3795: make connect and disconnect op-mode commands aware to WWAN ↵ | Christian Poessinger | |
interfaces (cherry picked from commit a032d73f1d405f3bae269791e9064026faa491d9) | |||
2021-11-18 | dhcp: T4008: change client retry interval form 300 -> 60 seconds | Christian Poessinger | |
(cherry picked from commit e1539b6fffaf10863e41a73a380f9de40f6aece6) | |||
2021-11-18 | xml: op-mode: improve help for "show ip route vrf" | Christian Poessinger | |
(cherry picked from commit 24d9a9261fca4a37085088761079cce9b5157c34) | |||
2021-11-18 | interface-names: T3871: 'migrate' component string syntax as needed | John Estabrook | |
With the rewrite of vyatta_net_name to Python using ConfigTree, one runs into the change in the syntax of the component version string when updating 1.2 --> 1.3/1.4, since the udev rule is run before the migration of the config file; add an explicit 'virtual' migration on configtree error. | |||
2021-11-18 | containers: T4006: Add capabilities net-bind-service | Anthony Rabbito | |
Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com> | |||
2021-11-17 | snmp: T3996: fix invalid IPv6 localhost handling when using listen-address | Christian Poessinger | |
We need to use a temporary variable when validating the tuple if address is used. If not the else branch will always add the tuple to the list of addresses used for listen-address. | |||
2021-11-17 | T3912: add additional newline after "Welcome to VyOS" | Christian Poessinger | |
2021-11-15 | graphql: T3993: add config file save/load | John Estabrook | |
2021-11-15 | graphql: T3993: move schema generation to bindings.py; clean up for linting | John Estabrook | |
2021-11-15 | openvpn: T3995: implement systemd reload support | Christian Poessinger | |
2021-11-15 | vrf: T3994: fix broken regex when modifying FRR vrf section | Christian Poessinger | |
2021-11-15 | smoketest: vrf: T3960: verify co-existence of multiple VNIs | Christian Poessinger | |
2021-11-15 | vrf: T3960: when adding multiple VRFs and VNIs - do not delete previous ones | Christian Poessinger | |
2021-11-15 | vrf: T3655: remove superfluous import of NamedTemporaryFile | Christian Poessinger | |
2021-11-14 | dhcp-server: T3982: dot (.) is an allowed static-mapping character | Christian Poessinger | |
This reverts a part of commit c45e4beadf30accb1838b3bad1f21c2146469bf8. | |||
2021-11-12 | Merge pull request #1071 from sever-sever/T3986 | Christian Poessinger | |
ipsec: T3986: Fix typos in descriptions | |||
2021-11-12 | interface-names: T3871: shift index to accommodate KVM behaviour | John Estabrook | |
(on behalf of Dmitriy Eshenko) | |||
2021-11-12 | ipsec: T3986: Fix typos in descriptions | Viacheslav | |
2021-11-11 | ipsec: T3093: fix log-level completion help string | Christian Poessinger | |