Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | ping: T2457: bugfix when argument is IPv6 address | Christian Poessinger | |
2020-05-23 | ping: T2457: migrate from vyatta-op | Christian Poessinger | |
2020-05-22 | nat: T2460: fix KeyError: 'sport' | Christian Poessinger | |
2020-05-22 | nat: T2460: migrate to new Python implementation | Christian Poessinger | |
2020-05-21 | nat: T2460: add src/op_mode/show_nat_translations.py | Thomas Mangin | |
2020-05-21 | pppoe: T2380: dis-/connect should use proper systemd calls | Christian Poessinger | |
2020-05-21 | pppoe: wwan: T2488: drop individual ppp logs | Christian Poessinger | |
2020-05-19 | util: T2467: add systemctl to autosudo | Thomas Mangin | |
2020-05-18 | flake8: T2475: fix a number of issue reported by flake8 | Thomas Mangin | |
2020-05-16 | nat: T2198: remove "tcp_udp" from "show nat dest stat"x | Christian Poessinger | |
2020-05-16 | nat: T2198: migrate "show nat" commands to XML and Python | Christian Poessinger | |
- "show nat source|destination statistics" is now implemented in Python - "show nat source|destination rules" needs a new implementation, see T2459 - "show nat source|destination translations" has been copied over from the old repo and is here until it is rewritten, this was not possible for "rules" as there would have been too much dependencies. This one only requires libxml-simple-perl | |||
2020-05-15 | T2467: Restarting of service needs `sudo` | kroy-the-rabbit | |
2020-04-27 | powerctl: T2010: bugfix "TypeError: 'NoneType' object is not subscriptable" | Christian Poessinger | |
Commit d6384b2 ("powerctl: T2010: report reboot time in current timezone") added a migrator from UTC to local timezone but reading in the base value up for conversion was done outside the proper if/else clause leading to a: TypeError: 'NoneType' object is not subscriptable | |||
2020-04-26 | powerctl: T2010: fix "wall" complaining about inapproriate ioctl | Christian Poessinger | |
wall: cannot get tty name: Inappropriate ioctl for device - script is run in the background where there is normally no tty available - silently discard this warning. | |||
2020-04-26 | powerctl: T2010: report reboot time in current timezone | Christian Poessinger | |
Do not inform the user when the reboot will happen in UTC, use the local timezone instead. | |||
2020-04-26 | powerctl: import less | Christian Poessinger | |
2020-04-26 | powerctl: T2010: reformat with autopep8 | Christian Poessinger | |
2020-04-23 | pppoe: T2223: report the state of pppoe intf | Thomas Mangin | |
2020-04-22 | Merge pull request #360 from thomas-mangin/T2186-syslog | Christian Poessinger | |
airbag: T2186: generic syslog and better text | |||
2020-04-21 | vrrp: T2331: fix show vrrp | Thomas Mangin | |
2020-04-20 | op-mode: dhcp: T2316: bugfix TypeError | Christian Poessinger | |
Commit d4b1bc0b ("op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input") uses a different API which caused a TypeError. TypeError: get_leases() missing 1 required positional argument: 'leases' | |||
2020-04-20 | airbag: T2186: improve information reported | Thomas Mangin | |
2020-04-20 | dns-forwarding: T2255: Fix op-mode error | sever-sever | |
2020-04-18 | Merge pull request #356 from jjakob/dhcp-op-fix | Christian Poessinger | |
op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input | |||
2020-04-18 | interfaces: T2320: correctly honour create and debug options | Thomas Mangin | |
2020-04-18 | op-mode: dhcp/dhcpv6: T2268: prettify output for invalid input | Jernej Jakob | |
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. |