nic_router/config.xsd: add icmp_idle_timeout_sec

This commit is contained in:
Martin Stein 2018-04-04 12:10:37 +02:00 committed by Christian Helmuth
parent 72ddbf84ee
commit ce9a0cbc19

View File

@ -167,6 +167,7 @@
<xs:attribute name="dhcp_offer_timeout_sec" type="Seconds" />
<xs:attribute name="udp_idle_timeout_sec" type="Seconds" />
<xs:attribute name="tcp_idle_timeout_sec" type="Seconds" />
<xs:attribute name="icmp_idle_timeout_sec" type="Seconds" />
<xs:attribute name="tcp_max_segm_lifetime_sec" type="Seconds" />
</xs:complexType>
</xs:element><!-- config -->