Hi,
How do we add the missing icmptypes in firewalld? For example: timestamp-reply and timestamp-request
# firewall-cmd --get-icmptypes destination-unreachable echo-reply echo-request parameter-problem redirect router-advertisement router-solicitation source-quench time-exceeded
# ls -l /usr/lib/firewalld/icmptypes/ total 36 -rw-r-----. 1 root root 222 Jun 10 2014 destination-unreachable.xml -rw-r-----. 1 root root 173 Jun 10 2014 echo-reply.xml -rw-r-----. 1 root root 210 Jun 10 2014 echo-request.xml -rw-r-----. 1 root root 225 Jun 10 2014 parameter-problem.xml -rw-r-----. 1 root root 185 Jun 10 2014 redirect.xml -rw-r-----. 1 root root 227 Jun 10 2014 router-advertisement.xml -rw-r-----. 1 root root 223 Jun 10 2014 router-solicitation.xml -rw-r-----. 1 root root 248 Jun 10 2014 source-quench.xml -rw-r-----. 1 root root 253 Jun 10 2014 time-exceeded.xml
Thanks, Wallace