| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-22 | T5675: use addr_prefix instead of addr in NAT66 rule | Adam Smith | |
| 2023-08-23 | T5472: nat redirect: allow redirection without defining redirected port | Nicolas Fort | |
| 2023-08-09 | T5453: nat66: exclude checks for nat load-balance when using ipv6 while ↵ | Nicolas Fort | |
| parsing nat rules. | |||
| 2023-07-31 | Merge branch 'current' into T5014-dnat | Nicolás Fort | |
| 2023-07-31 | T5014: fix conflicts. Add code for redirection, which is causing conflicts. ↵ | Nicolas Fort | |
| Change code for new syntax | |||
| 2023-07-31 | T5014: nat: add source and destination nat options for configuring load ↵ | Nicolas Fort | |
| balance within a single rule. | |||
| 2023-07-19 | T4899: NAT Redirect: adddestination nat redirection (to local host) feature. | Nicolas Fort | |
| 2023-07-14 | T5195: vyos.util -> vyos.utils package refactoring (#2093) | Christian Breunig | |
| * T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process * T5195: use read_file and write_file implementation from vyos.utils.file Changed code automatically using: find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} + find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} + * T5195: move chmod* helpers to vyos.utils.permission * T5195: use colon_separated_to_dict from vyos.utils.dict * T5195: move is_systemd_service_* to vyos.utils.process * T5195: fix boot issues with missing imports * T5195: move dict_search_* helpers to vyos.utils.dict * T5195: move network helpers to vyos.utils.network * T5195: move commit_* helpers to vyos.utils.commit * T5195: move user I/O helpers to vyos.utils.io | |||
| 2023-03-14 | T5055: NAT: extend packet-type match option which was previously introduced ↵ | Nicolas Fort | |
| in firewall, to NAT | |||
| 2022-11-20 | T4830: nat66: remove external IPv6 check on bracketize_ipv6() | Christian Poessinger | |
| vyos.template.bracketize_ipv6() has a build-in check if the supplied address is of IPv6 AFI. No need to code an external check arround that. | |||
| 2022-11-19 | T4830: nat66: fix how nat66 rules are written in nftables, so translation ↵ | Nicolas Fort | |
| works as expected | |||
| 2022-11-03 | nat: T1877: T970: Add firewall groups to NAT | sarthurdev | |
| 2022-09-21 | nat: T4605: Refactor static NAT to use python module for parsing rules | sarthurdev | |
| * Rename table to vyos_nat * Add static NAT smoketest | |||
| 2022-09-21 | nat66: T4605: Refactor NAT66 to use python module for parsing rules | sarthurdev | |
| * Rename table to vyos_nat * Refactor tests to use `verify_nftables` format | |||
| 2022-09-21 | nat: T4605: Refactor NAT to use python module for parsing rules | sarthurdev | |
| * Rename table to vyos_nat * Refactor tests to use `verify_nftables` format | |||
