Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-07 | op-mode: T4503: Prevent restart service if commit in progress | Viacheslav Hletenko | |
Prevent op-mode scripts from restarting services if commit in progress | |||
2020-07-16 | Improve the readability of the port validation. Also fixes T2708. | Daniil Baturin | |
2020-07-15 | flow-accounting: T2695: Fixed crash on viewing flows with incomplete data | zsdc | |
If flow records contain entries with skipped details, this does not allow preparing it for the output table. This fix use safe .get() function to return empty values instead crashing. Also, added several small formatting fixes. | |||
2020-05-19 | util: T2467: add systemctl to autosudo | Thomas Mangin | |
2020-05-15 | T2467: Restarting of service needs `sudo` | kroy-the-rabbit | |
2020-04-13 | op-mode: T2185: adjust flow-accounting systemd service name | Christian Poessinger | |
2020-04-11 | util: T2226: do not use universal_newlines | Thomas Mangin | |
2020-04-06 | util: T2226: rewrite flow acct to use run,cmd | Thomas Mangin | |
2019-12-24 | flow-accounting: T1890: Fixed bugs in flow-accounting | zsdc | |
* fixed improper `process.returncode` invokes * added check for if an in-memory table is active before using IMT for flows show * replaced `--nflog-range` to `--nflog-size` in iptables rules, as `--nflog-range` had never works. **WARNING: this change break compatibility with Debian 8!** | |||
2019-12-19 | flow-accounting: T1890: fixed scripts permissions | zsdc | |
2019-12-18 | flow-accounting: T1890: flow-accounting rewritten with Python and XML | zsdc | |
This patch keep compatibility with old configuration and software, but now it is much easier to add a lot of other useful things Completely replaces vyatta-netflow package (except some outdated and not available via CLI parts) |