blob: dcd5a8710b40ee6b10e2f74cc41fed24b767ff1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!-- include start from interface/interface-ipv6-options.xml.i -->
<node name="ipv6">
<properties>
<help>IPv6 routing parameters</help>
</properties>
<children>
#include <include/interface/ipv6-address.xml.i>
#include <include/interface/ipv6-disable-forwarding.xml.i>
#include <include/interface/ipv6-dup-addr-detect-transmits.xml.i>
</children>
</node>
<!-- include end -->
|