]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: usr: Remove "port" from source address options
authorAlessio Podda <alessio@isc.org>
Thu, 12 Sep 2024 07:45:18 +0000 (07:45 +0000)
committerAlessio Podda <alessio@isc.org>
Thu, 12 Sep 2024 07:45:18 +0000 (07:45 +0000)
commitdc3578ee84cdbd41dd8d8682816e746dae72a1a0
treec277a87ee43521fd2a42e4c10a9706a8902dae31
parent0d4accd07f40c439468f992cb0202d1b7b801c7b
parentda0e48b6117481248ceeeb6c13f0e143a478f864
rem: usr: Remove "port" from source address options

Remove the use of "port" when configuring query-source(-v6),
transfer-source(-v6), notify-source(-v6), parental-source(-v6),
etc. Remove the use of source ports for parental-agents.

Also remove the deprecated options use-{v4,v6}-udp-ports and
avoid-{v4,v6}udp-ports.

Closes #3843

Merge branch '3843-remove-deprecated-source-port-options' into 'main'

See merge request isc-projects/bind9!9469