index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conf_mode
/
nat.py
Age
Commit message (
Expand
)
Author
2024-09-30
T6687: add fqdn support to nat rules.
Nicolas Fort
2024-08-02
T6629: call check_kmod within a standard config function
John Estabrook
2024-05-22
nat: T6365: use interface_exists() over netifaces.interfaces()
Christian Breunig
2024-05-22
nat: T6365: use string startswith() over [0] index access
Christian Breunig
2024-05-22
nat: T6365: remove warnings for negated interface selections by name
Ryazanov Alexander Mihailovich
2024-04-03
T6199: drop unused Python imports
Christian Breunig
2024-04-01
nat: T2199: always use full nft command name (e.g. --file over -f)
Christian Breunig
2024-03-05
T6075: firewall and NAT: check if interface-group exists when using them in f...
Nicolas Fort
2024-02-01
Merge pull request #2756 from nicolas-fort/T4839
Christian Breunig
2024-01-25
T4839: firewall: Add dynamic address group in firewall configuration, and app...
Nicolas Fort
2024-01-04
T5159: nat: add option to map network and ports. Feature used for large deplo...
Nicolás Fort
2023-12-29
nat: T5681: relax wording on non existing interface Warning message
Christian Breunig
2023-10-25
T5681: Firewall,Nat and Nat66: simplified and standarize interface matcher (v...
Nicolas Fort
2023-10-11
T5643: nat: add interface-groups to nat. Use same cli structure for interface...
Nicolas Fort
2023-09-16
nat: Remove deprecated kernel check
sarthurdev
2023-09-16
conntrack: T5571: Refactor conntrack to be independent conf script from firew...
sarthurdev
2023-09-13
T5561: nat: defining inbound|outbound interface should not be mandatory while...
Nicolas Fort
2023-09-04
nat: T1877: Fix typo in nat ConfigError
sarthurdev
2023-08-23
T5472: nat redirect: allow redirection without defining redirected port
Nicolas Fort
2023-08-09
Merge pull request #2136 from jestabro/with-defaults
Christian Breunig
2023-08-08
Merge pull request #2119 from nicolas-fort/T5014-dnat
Christian Breunig
2023-08-07
T5319: remove workarounds for defaults in nat.py
John Estabrook
2023-08-06
T5195: move helpers from vyos.validate to vyos.utils package
Christian Breunig
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. C...
Nicolas Fort
2023-07-31
T5014: nat: add source and destination nat options for configuring load balan...
Nicolas Fort
2023-07-19
T4899: NAT Redirect: adddestination nat redirection (to local host) feature.
Nicolas Fort
2023-07-15
T5195: vyos.util -> vyos.utils package refactoring part #2
Christian Breunig
2023-07-14
T5195: vyos.util -> vyos.utils package refactoring (#2093)
Christian Breunig
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
[next]