Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | logging: T2186: Initial implementation of logging | Thomas Mangin | |
All messages sent to stderr are now logged to syslog. Also should a raise statement not be handled by the program, a friendlier message is sent to the user (with the trace to syslog) It provide a new debug option: /tmp/vyos.developer.debug when the file exists and the code raise without being caught up the program will automatically fall into pdb port-morterm mode allowing to investigate the reason for the failure | |||
2020-04-08 | version: T2186: do not raise if not version info | Thomas Mangin | |
The code attempted to access the information on the file system During the package build this is not available, therefore the code was modified to return empty object when no data is there | |||
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 | vyos.util: T2226: add proper comments | Christian Poessinger | |
2020-04-07 | Merge pull request #310 from DmitriyEshenko/fix-chap-secrets | hagbard-01 | |
l2tp: pptp: pppoe: T2237: Fix chap-secrets template format | |||
2020-04-07 | l2tp: pptp: pppoe: T2237: Fix chap-secrets template format | DmitriyEshenko | |
2020-04-07 | Merge pull request #308 from thomas-mangin/T2226-merge | Christian Poessinger | |
util: T2226: fix merge conflict | |||
2020-04-07 | util: T2226: fix merge conflict | Thomas Mangin | |
2020-04-07 | Merge pull request #307 from thomas-mangin/T2226 | Christian Poessinger | |
util: T2226: convert all call to use vyos.util.{popen, cmd, run} | |||
2020-04-06 | util: T2226: remove all references to subprocess_cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite util to use cmd | Thomas Mangin | |
2020-04-06 | util: T2206: rewrite vrf to cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite powerctl to use run,cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite gen sh key to use run,cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite flow acct to use run,cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite reset openvpn to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite show acceleration to use popen | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite restart frr to use run | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite show vpn to use popen | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite show vrf to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite show wireless to use popen | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite ifmib to use popen | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite system integrity to use cmd, run | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite version oper to use cmd, run | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite wireguard oper to use run | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite keepalived to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite op lldp to use popen | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite format disk to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite dns forwarding to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite clear conntrack to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite 12-to-13 to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite merge config to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite load config to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite bridge to use cmd (see comment in code) | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite boot config loader to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite config migration to use cmd | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite resume-vm to use run | 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 | |