1FIREWALLD.ICMPTYPE(5) firewalld.icmptype FIREWALLD.ICMPTYPE(5)
2
3
4
6 firewalld.icmptype - firewalld icmptype configuration files
7
9 /etc/firewalld/icmptypes/icmptype.xml
10 /usr/lib/firewalld/icmptypes/icmptype.xml
11
12
13
15 A firewalld icmptype configuration file provides the information for an
16 Internet Control Message Protocol (ICMP) type for firewalld.
17
18 This example configuration file shows the structure of an icmptype
19 configuration file:
20
21 <?xml version="1.0" encoding="utf-8"?>
22 <icmptype>
23 <short>My Icmptype</short>
24 <description>description</description>
25 <destination ipv4="yes" ipv6="yes"/>
26 </icmptype>
27
28
29
31 The config can contain these tags and attributes. Some of them are
32 mandatory, others optional.
33
34 icmptype
35 The mandatory icmptype start and end tag defines the icmptype. This tag
36 can only be used once in an icmptype configuration file. This tag has
37 optional attributes:
38
39 version="string"
40 To give the icmptype a version.
41
42 short
43 Is an optional start and end tag and is used to give an icmptype a more
44 readable name.
45
46 description
47 Is an optional start and end tag to have a description for a icmptype.
48
49 destination
50 Is an optional empty-element tag and can be used only once. The
51 destination tag specifies if an icmptype entry is available for IPv4
52 and/or IPv6. The default is IPv4 and IPv6, where this tag can be
53 missing.
54
55 ipv4="bool"
56 Describes if the icmptype is available for IPv4.
57
58 ipv6="bool"
59 Describes if the icmptype is available for IPv6.
60
62 firewall-applet(1), firewalld(1), firewall-cmd(1), firewall-config(1),
63 firewalld.conf(5), firewalld.direct(5), firewalld.dbus(5),
64 firewalld.icmptype(5), firewalld.lockdown-whitelist(5), firewall-
65 offline-cmd(1), firewalld.richlanguage(5), firewalld.service(5),
66 firewalld.zone(5), firewalld.zones(5), firewalld.policy(5),
67 firewalld.policies(5), firewalld.ipset(5), firewalld.helper(5)
68
70 firewalld home page:
71 http://firewalld.org
72
73 More documentation with examples:
74 http://fedoraproject.org/wiki/FirewallD
75
77 Thomas Woerner <twoerner@redhat.com>
78 Developer
79
80 Jiri Popelka <jpopelka@redhat.com>
81 Developer
82
83 Eric Garver <eric@garver.life>
84 Developer
85
86
87
88firewalld 1.0.5 FIREWALLD.ICMPTYPE(5)