bugzilla-daemon at netfilter.org
2017-Mar-20 17:24 UTC
[Bug 1134] New: snat and dnat should accept mapping concatenated values for address and port
https://bugzilla.netfilter.org/show_bug.cgi?id=1134
Bug ID: 1134
Summary: snat and dnat should accept mapping concatenated
values for address and port
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
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 new feature. 8-)
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20170320/99dbda4b/attachment.html>
bugzilla-daemon at netfilter.org
2020-Jan-29 00:03 UTC
[Bug 1134] snat and dnat should accept mapping concatenated values for address and port
https://bugzilla.netfilter.org/show_bug.cgi?id=1134
kfm at plushkava.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kfm at plushkava.net
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20200129/03cf8760/attachment.html>
Reasonably Related Threads
- [Bug 1462] New: `nft -j list set` does not show counters
- [Bug 1252] New: comment doesn't work with ranges in sets
- [Bug 1312] New: Interval should accept same start and end values as single value instead of throwing error
- [Bug 1368] New: The "meta's"
- [Bug 1434] New: Usability improvements, enabling creation of complex firewalls