summaryrefslogtreecommitdiff
path: root/interface-definitions/include/nat-translation-options.xml.i
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-22 21:31:32 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-05-23 14:19:40 +0000
commit2c94114a3fe13ab9adc0be5b953a97584f0ab541 (patch)
tree61c6e0eba717d7a545507558da69c6a301ba86fb /interface-definitions/include/nat-translation-options.xml.i
parentc9945d09c2ade1f110a1f3b3dc9c14a92ea4aa0e (diff)
downloadvyos-1x-2c94114a3fe13ab9adc0be5b953a97584f0ab541.tar.gz
vyos-1x-2c94114a3fe13ab9adc0be5b953a97584f0ab541.zip
nat: T6345: source NAT port mapping "fully-random" is superfluous in Kernel >=5.0
random - In kernel 5.0 and newer this is the same as fully-random. In earlier kernels the port mapping will be randomized using a seeded MD5 hash mix using source and destination address and destination port. https://git.netfilter.org/nftables/commit/?id=fbe27464dee4588d906492749251454 (cherry picked from commit 7fe568ca1672f1dfbd2b56ee3ef7a6ab48b03070)
Diffstat (limited to 'interface-definitions/include/nat-translation-options.xml.i')
-rw-r--r--interface-definitions/include/nat-translation-options.xml.i8
1 files changed, 2 insertions, 6 deletions
diff --git a/interface-definitions/include/nat-translation-options.xml.i b/interface-definitions/include/nat-translation-options.xml.i
index 6b95de045..c8900590f 100644
--- a/interface-definitions/include/nat-translation-options.xml.i
+++ b/interface-definitions/include/nat-translation-options.xml.i
@@ -28,22 +28,18 @@
<properties>
<help>Port mapping options</help>
<completionHelp>
- <list>random fully-random none</list>
+ <list>random none</list>
</completionHelp>
<valueHelp>
<format>random</format>
<description>Randomize source port mapping</description>
</valueHelp>
<valueHelp>
- <format>fully-random</format>
- <description>Full port randomization</description>
- </valueHelp>
- <valueHelp>
<format>none</format>
<description>Do not apply port randomization</description>
</valueHelp>
<constraint>
- <regex>(random|fully-random|none)</regex>
+ <regex>(random|none)</regex>
</constraint>
</properties>
<defaultValue>none</defaultValue>