Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-26 | nat: T1083: add translation options for persistent/random mapping of address ↵ | Igor Melnyk | |
and port Tested using: set destination rule 100 inbound-interface 'eth0' set destination rule 100 translation address '19.13.23.42' set destination rule 100 translation options address-mapping 'random' set destination rule 100 translation options port-mapping 'none' set source rule 1000 outbound-interface 'eth0' set source rule 1000 translation address '122.233.231.12' set source rule 1000 translation options address-mapping 'persistent' set source rule 1000 translation options port-mapping 'fully-random' | |||
2021-04-20 | xml: T3488: when using regex one must use ^ and $ when checking string literals | Christian Poessinger | |
2021-01-23 | nptv6: T2518: Initial support for nat66 (NPT) | jack9603301 | |
2021-01-07 | xml: include: provide generic include for disable node | Christian Poessinger | |
2020-10-11 | nat: T2198: use proper validators for dnat translation address | Christian Poessinger | |
2020-08-06 | nat: T2764: increase maximum rule number to 999999 | Jernej Jakob | |
2020-07-12 | nat: T2699: rename interface include | Christian Poessinger | |
2020-06-01 | nat: T2198: no need to call "sudo" for owner | Christian Poessinger | |
2020-05-16 | nat: nptv6: T2198: add XML/Python skeleton | Christian Poessinger | |
- define XML CLI interface - read CLI into Python dict | |||
2020-05-16 | nat: T2198: add new ipv4-range validator | Christian Poessinger | |
2020-05-16 | nat: T2198: initial XML and Python representation | Christian Poessinger | |