Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | Merge pull request #311 from thomas-mangin/T2028-explain | Christian Poessinger | |
tunnel: T2028: document the classes created | |||
2020-04-08 | tunnel: T2028: document the classes created | Thomas Mangin | |
2020-04-08 | bridge: T2232: bugfix wifi and wwan verify() section | Christian Poessinger | |
Commit fcce471 ("bridge: T2232: prevent deletion of enslaved interfaces") added a regression by referencing a wrong variable name. | |||
2020-04-07 | http api: T2160: Fix error message when api proxy restricted. | John Estabrook | |
2020-04-07 | http api: T2160: move 'api virtual-host' to 'api-restrict virtual-host' | John Estabrook | |
Restriction of api proxy should be owned by https.py, not http-api.py. | |||
2020-04-07 | bridge: T2232: prevent deletion of enslaved interfaces | Christian Poessinger | |
Interfaces enslaved to a bridge are not allowed to be deleted. If an interface is deleted from the config but it is still enslaved to a bridge will cause a configuration error on the subsequent boot. | |||
2020-04-07 | l2tpv3: T1923: switch to formatted strings in verify() | Christian Poessinger | |
2020-04-07 | util: T2226: fix merge conflict | Thomas Mangin | |
2020-04-06 | util: T2226: remove all references to subprocess_cmd | Thomas Mangin | |
2020-04-06 | util: T2206: rewrite vrf to cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite cert to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite vrrp to use run | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite syslog to use run | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite certbot to use cmd | Thomas Mangin | |
Previously failures of mkpasswd would not be reported to users | |||
2020-04-06 | util: T2226: rewrite certbot to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite wirelessmodem to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite wireless to use run (should be cmd) | Thomas Mangin | |
cmd is not used as with not wireless adaptor wireless testing fails | |||
2020-04-06 | util: T2226: rewrite wireguard to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite pppoe to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite openvpn to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite qat to use run vyos.util | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite http to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite flow accounting to use cmd | Thomas Mangin | |
The failure are now reported slightly differently using the cmd "raising" feature which will allow down the line to intercept the issue and present them better to the user | |||
2020-04-06 | util: T2226: rewrite arp to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite conf accel-ppp commands to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite system host-name to use cmd | Thomas Mangin | |
Previously any failure to set the hostname would have been ignored. Part of the convertion, if the change fail, the commit will fail too. | |||
2020-04-06 | util: T2226: covert most calls from os.system to util | Thomas Mangin | |
As little change a possible but the function call The behaviour should be totally unchanged. | |||
2020-04-06 | ipsec: T2230: bugfix code cleanup | Christian Poessinger | |
Commit dbc174d ("ipsec: T2230: move inlined templates to dedicated files") did not remove an inlined function. | |||
2020-04-06 | lldp: use vyos.version over handcrafted open().read().split() code | Christian Poessinger | |
2020-04-06 | ipsec: T2230: bugfix rewriting Jinja2 code | Christian Poessinger | |
Commit dbc174d ("ipsec: T2230: move inlined templates to dedicated files") did not alter existing code which was used for template processing. | |||
2020-04-05 | ipsec: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | salt-minion: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pim: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | mpls: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | igmp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | ipoe-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pppoe-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | pptp: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | router-advert: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | system-login: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | wifi-regdom: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | vrrp: T2230: convert template from dos to unix line endings | Christian Poessinger | |
2020-04-05 | vrf: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | bfd: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | tftp-server: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | mdns-repeater: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | https: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | igmp-proxy: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | dynamic-dns: T2230: move inlined templates to dedicated files | Christian Poessinger | |
2020-04-05 | syslog: T2230: move inlined templates to dedicated files | Christian Poessinger | |