Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-17 | Merge pull request #341 from thomas-mangin/T2223 | Christian Poessinger | |
op_mode: T2223: convert vyatta-show-interfaces.pl to show_interfaces.py | |||
2020-04-16 | l2tp: T2256: Add op control script | DmitriyEshenko | |
2020-04-16 | T2305: include release train in "show version" output | Christian Poessinger | |
2020-04-15 | dns-forwarding: T2298: fix path to control file | Christian Poessinger | |
After migrating PowerDNS to systemd and also its configuration files to a volatile directory in commit 77d725f ("dns-forwarding: T2185: move configuration files to volatile /run directory") the path for the control file has not been altered and pushed to the client rec_control binary" | |||
2020-04-14 | Merge pull request #344 from DmitriyEshenko/ipoe-op | Christian Poessinger | |
ipoe: T2256: Rewrite op-mode commands | |||
2020-04-14 | ipoe: T2256: Rewrite op-mode commands | DmitriyEshenko | |
2020-04-14 | op_mode: T2223: two cosmetic change and bug fix | Thomas Mangin | |
2020-04-14 | op_mode: T2223 python version of show_interfaces | Thomas Mangin | |
2020-04-14 | ifconfig: T2223: group all operational commands | Thomas Mangin | |
All operational command are moved within an Operational class and an inherited on for wireguard. | |||
2020-04-14 | vrrp: T2223: move VRRP within ifconfig | Thomas Mangin | |
Tidied up the code and moved it under VRRP in view to use with show-interface (which has VRRP filtering) No change in functionality | |||
2020-04-13 | op-mode: ddclient: T2185: adjust cache file path | Christian Poessinger | |
2020-04-13 | op-mode: ssh: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: ddclient: T2185: explicitly specify systemd service | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust flow-accounting systemd service name | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust restart dhcpv4/v6 systemd service name | Christian Poessinger | |
2020-04-13 | op-mode: T2185: adjust dhcpv4/v6 systemd service name | Christian Poessinger | |
2020-04-13 | op-mode: dns-forwarding: T2185: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-12 | op-mode: openvpn: T2273: migrate from SysVinit to systemd | Christian Poessinger | |
2020-04-11 | util: T2226: do not use 2> but DEVNULL | Thomas Mangin | |
2020-04-11 | util: T2226: do not use universal_newlines | Thomas Mangin | |
2020-04-11 | util: T2226: send shutdown stdout back to the program | Thomas Mangin | |
The previous code conversion did not match the previous code. | |||
2020-04-10 | sstp: T2263: Implement reset feature | DmitriyEshenko | |
2020-04-10 | pptp: l2tp: T2262: Fix call to function run() | DmitriyEshenko | |
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin | |
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code. | |||
2020-04-08 | wireguard: T2226: fix generation of psk | Christian Poessinger | |
Commit 264e0059449 ("util: T2226: rewrite wireguard oper to use run") changed the code on PSK key generation, but the generated key must be output to stdout. | |||
2020-04-08 | op-mode: lldp: T2246: check if service is configured | Christian Poessinger | |
2020-04-08 | op-mode: dns: forwarding: cleanup | Christian Poessinger | |
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 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 accel ppp reset to use cmd | Thomas Mangin | |
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-04 | Merge pull request #302 from thomas-mangin/T2190 | Christian Poessinger | |
ifconfig: T2190: option to prevent Interface creation | |||
2020-04-04 | openvpn: T2184: skip unactive interface | Thomas Mangin | |
Should the openvpn status file not be present, present a blank interface. | |||
2020-04-04 | ifconfig: T2190: option to prevent Interface creation | Thomas Mangin | |
a new option was added to the Interface class "create". By default the value is set to True, and when an instance of the class is created and the underlying interface does not exists, the class will create it. If the option "create" is set to False, the interface will not be created and instead the class will raise an error when it is instantiated. | |||
2020-04-02 | VRRP: T2193: Added disabled VRRP instances to `show vrrp` | zsdc | |
Disabled VRRP instances will be listed in a `show vrrp` command at the end of the list with the DISABLED status |