summaryrefslogtreecommitdiff
path: root/templates-cfg/nat/source/rule/node.tag/translation/options/address-mapping/node.def
blob: cf8ad23ee40e646f3f6bf4703c4787b6f9cbe318 (plain)
1
2
3
4
5
6
type: txt
help: Address mapping options
val_help: persistent; Gives a client the same source or destination-address for each connection
val_help: random; Random source or destination address allocation for each connection (defaut)
allowed: echo "persistent random"
syntax:expression: exec "${vyos_libexec_dir}/validate-value.py --regex \'^(persistent|random)$\'   --value \'$VAR(@)\'"; "Invalid value"