2018-01-26 20:13:18 +00:00
|
|
|
<runtime ram="10M" caps="300" binary="nic_router">
|
|
|
|
|
|
|
|
<requires> <nic/> </requires>
|
|
|
|
<provides> <nic/> </provides>
|
|
|
|
|
|
|
|
<config verbose_domain_state="yes">
|
|
|
|
<default-policy domain="default" />
|
2018-06-05 16:31:40 +00:00
|
|
|
<uplink domain="uplink" />
|
2018-01-26 20:13:18 +00:00
|
|
|
<domain name="uplink">
|
2018-04-13 08:43:09 +00:00
|
|
|
<nat domain="default"
|
|
|
|
tcp-ports="1000"
|
|
|
|
udp-ports="1000"
|
|
|
|
icmp-ids="1000"/>
|
2018-01-26 20:13:18 +00:00
|
|
|
</domain>
|
|
|
|
<domain name="default" interface="10.0.1.1/24">
|
|
|
|
<dhcp-server ip_first="10.0.1.2"
|
|
|
|
ip_last="10.0.1.200"
|
2018-04-13 08:43:09 +00:00
|
|
|
dns_server_from="uplink"/>
|
2018-01-26 20:13:18 +00:00
|
|
|
<tcp dst="0.0.0.0/0"><permit-any domain="uplink"/></tcp>
|
|
|
|
<udp dst="0.0.0.0/0"><permit-any domain="uplink"/></udp>
|
2018-04-13 08:43:09 +00:00
|
|
|
<icmp dst="0.0.0.0/0" domain="uplink"/>
|
2018-01-26 20:13:18 +00:00
|
|
|
</domain>
|
|
|
|
</config>
|
|
|
|
|
|
|
|
<content>
|
|
|
|
<rom label="ld.lib.so"/>
|
|
|
|
<rom label="nic_router"/>
|
|
|
|
</content>
|
|
|
|
|
|
|
|
</runtime>
|