search for: dnat_info

Displaying 1 result from an estimated 1 matches for "dnat_info".

Did you mean: nat_info
2017 Mar 20
1
[Bug 1134] New: snat and dnat should accept mapping concatenated values for address and port
...Component: nft Assignee: pablo at netfilter.org Reporter: rwhite at pobox.com If the result value of a map is ipv[46]_addr . inet_service then a dnat or snat directive should understand that these are the address and port values for statement. so... table example { dnat_info { type inet_service : ipv4_addr . inet_service elements = { 80 : 192.168.13.5 . 8080 } } chain foo { dnat tcp port @dnat_info } } Intervals for all three values would be nice too. P.S. intervals of addresses to acheive fanout behavior in dnat would be a different...