Age | Commit message (Expand) | Author |
2022-11-03 | nat: T1877: T970: Add firewall groups to NAT | sarthurdev |
2022-10-25 | nat: T4706: Verify translation address or port exists | sarthurdev |
2022-10-25 | nat: T4764: Remove tables on NAT deletion | sarthurdev |
2022-09-21 | nat: T4605: Refactor static NAT to use python module for parsing rules | sarthurdev |
2022-09-21 | nat: T4605: Refactor NAT to use python module for parsing rules | sarthurdev |
2022-08-31 | nat: T538: Move nat configs to /run directory | Viacheslav Hletenko |
2022-08-29 | nat: T4367: Move nat rules from /tmp to /run/nftables_nat.conf | Viacheslav Hletenko |
2022-08-17 | nat: T538: Add static NAT one-to-one | Viacheslav Hletenko |
2022-05-01 | firewall: T4353: fix Jinja2 linting errors | Christian Poessinger |
2022-04-16 | vyos.base: use Warning() helper where applicable | Christian Poessinger |
2022-04-10 | nat: T2199: bugfix dry-run newly generated config before install | Christian Poessinger |
2022-01-10 | nat: T2199: dry-run newly generated config before install | Christian Poessinger |
2022-01-01 | nat: T2199: rename iptables -> nftables variable prefix | Christian Poessinger |
2021-12-06 | firewall: T2199: Migrate firewall to XML/Python | sarthurdev |
2021-08-18 | nat: T2198: remove superfluous else clause on missing outbound-interface | Christian Poessinger |
2021-01-19 | nat: T2947: add many-many translation | Christian Poessinger |
2021-01-11 | nat: T3206: unable to delete only rules but keep destination node | Christian Poessinger |
2020-12-01 | nat: T3102: Check key in dictionary | DmitriyEshenko |
2020-11-28 | nat: T3092: migrate to get_config_dict() | Christian Poessinger |
2020-11-27 | vyos.template: T2720: always enable Jinja2 trim_blocks feature | Christian Poessinger |
2020-10-01 | nat: T2948: fix validation of IP address range | Christian Poessinger |
2020-08-31 | configd: T2582: add scripts to include list for daemon | John Estabrook |
2020-08-30 | nat: T2814: nftables module for NAT has been renamed | Christian Poessinger |
2020-08-28 | nat: T2813: translation address is mandatory if rule is not excluded | Christian Poessinger |
2020-07-25 | vyos.util: add common helper to load kernel modules | Christian Poessinger |
2020-07-19 | nat: T2709: remove 'translation address' mandatory check | Jernej Jakob |
2020-07-12 | nat: T2699: fix exclusion rules for noNAT destinations | Christian Poessinger |
2020-06-11 | nat: T2571: fix failing negated CLI configurations | Christian Poessinger |
2020-05-29 | airbag: T2088: explicit enabling of the feature | Thomas Mangin |
2020-05-19 | nat: do not report unassigned IP address for DNAT | Christian Poessinger |
2020-05-16 | nat: nptv6: T2198: add XML/Python skeleton | Christian Poessinger |
2020-05-16 | nat: T2198: add support for SNAT based on source addresses | Christian Poessinger |
2020-05-16 | nat: T2198: set default protocol to all to be backwards compatible | Christian Poessinger |
2020-05-16 | nat: T2198: sync generated DNAT rules with VyOS 1.2 | Christian Poessinger |
2020-05-16 | nat: T2198: verify translation address for SNAT and DNAT | Christian Poessinger |
2020-05-16 | nat: T2198: extend verify() for destination ports | Christian Poessinger |
2020-05-16 | nat: T2198: add some basic verify() rules | Christian Poessinger |
2020-05-16 | nat: T2198: make use of jmespath when walking nftables JSON output | Christian Poessinger |
2020-05-16 | nat: T2198: implement deletion of NAT subsystem | Christian Poessinger |
2020-05-16 | nat: T2198: automatically determine handler numbers | Christian Poessinger |
2020-05-16 | nat: T2198: move from iptables to nftables | Christian Poessinger |
2020-05-16 | nat: T2198: migrate to common template for source/destination NAT | Christian Poessinger |
2020-05-16 | nat: T2198: destination nat template for iptables-restore | Christian Poessinger |
2020-05-16 | nat: T2198: initial XML and Python representation | Christian Poessinger |