Hello. I found a bug and want to add it to bugzilla, but I don't have an account. I requested the creation of an account via bugzilla-account@xxxxxxxxxxxxx, but did not receive a response. After commit "libxtables: Unexport init_extensions*() declarations" (ef108943f69a6e20533d58823740d3f0534ea8ec) in iptables, the module RAWDNAT from the xtables-addons stopped working propertly. command line: iptables -t raw -A PREROUTING-TUNNELING-UDP -p udp -s 0.0.0.0/0 -d 10.0.0.1/1234 --dport 4567:4567 -j RAWDNAT --to-destination 192.168.1.2:4567 stdout: iptables v1.8.8 (legacy): unknown option "--to-destination" Try `iptables -h' or 'iptables --help' for more information. exit code: 2 ---- Sincerely, Evgeny Sagatov