mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
use consistent scheme for chosen MAC addresses
Take a similar MAC address scheme within run scripts like within the nic bridge to simplify DHCP configuration.
This commit is contained in:
parent
58c4f1585b
commit
4dd2db7634
@ -65,7 +65,7 @@ set config {
|
|||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<hid/>
|
<hid/>
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>
|
</start>
|
||||||
<start name="part_blk" priority="-1">
|
<start name="part_blk" priority="-1">
|
||||||
|
@ -58,7 +58,7 @@ set config {
|
|||||||
<service name="Nic"/>
|
<service name="Nic"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config uhci="no" ehci="yes" xhci="yes">
|
<config uhci="no" ehci="yes" xhci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>
|
</start>
|
||||||
<start name="test-lwip_httpsrv">
|
<start name="test-lwip_httpsrv">
|
||||||
|
@ -80,7 +80,7 @@ append_if $use_usb_driver config {
|
|||||||
<service name="Nic"/>
|
<service name="Nic"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:05"/>
|
<nic mac="02:00:00:00:01:01"/>
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ set config {
|
|||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<hid/>
|
<hid/>
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>
|
</start>
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ set config {
|
|||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<hid/>
|
<hid/>
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>
|
</start>
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ append_if $use_usb_driver config {
|
|||||||
<service name="Nic"/>
|
<service name="Nic"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
@ -103,8 +103,8 @@ append_if [expr [have_spec omap4] || [have_spec exynos5]] config {
|
|||||||
<service name="Nic"/>
|
<service name="Nic"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:02" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
<!--<nic mac="aa:bb:cc:dd:ee:00" />-->
|
<!--<nic mac="02:00:00:00:01:01" />-->
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ append_if [expr [have_spec omap4] || [have_spec exynos5]] config {
|
|||||||
<service name="Nic"/>
|
<service name="Nic"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:02" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ append_if [expr [have_spec omap4] || [have_spec exynos5]] config {
|
|||||||
<service name="Nic"/>
|
<service name="Nic"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:02" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ append_if [expr [have_spec omap4] || [have_spec exynos5]] config "
|
|||||||
<service name=\"Nic\"/>
|
<service name=\"Nic\"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config>
|
<config>
|
||||||
<nic mac=\"2e:60:90:0c:4e:01\" />
|
<nic mac=\"02:00:00:00:01:01\" />
|
||||||
</config>
|
</config>
|
||||||
</start>"
|
</start>"
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ append_if $use_usb_drv config {
|
|||||||
<service name="Input"/>
|
<service name="Input"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config uhci="yes" ehci="yes" xhci="yes">
|
<config uhci="yes" ehci="yes" xhci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
<hid/>
|
<hid/>
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
@ -116,7 +116,7 @@ append_if $use_usb_driver config {
|
|||||||
<service name="Input"/>
|
<service name="Input"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config uhci="yes" ehci="yes">
|
<config uhci="yes" ehci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:01"/>
|
<nic mac="02:00:00:00:01:01"/>
|
||||||
<hid />
|
<hid />
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
@ -116,7 +116,7 @@ set config {
|
|||||||
</provides>
|
</provides>
|
||||||
<config uhci="yes" ehci="yes">
|
<config uhci="yes" ehci="yes">
|
||||||
<hid />
|
<hid />
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
<route>
|
<route>
|
||||||
<service name="LOG"> <child name="terminal_log"/> </service>
|
<service name="LOG"> <child name="terminal_log"/> </service>
|
||||||
|
@ -97,7 +97,7 @@ set config {
|
|||||||
append config "
|
append config "
|
||||||
<config uhci=\"$use_usb_11\" ehci=\"$use_usb_20\" xhci=\"$use_usb_30\">"
|
<config uhci=\"$use_usb_11\" ehci=\"$use_usb_20\" xhci=\"$use_usb_30\">"
|
||||||
append config {
|
append config {
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
<route>
|
<route>
|
||||||
<any-service> <parent/> <any-child/> </any-service>
|
<any-service> <parent/> <any-child/> </any-service>
|
||||||
|
@ -65,7 +65,7 @@ set config {
|
|||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<hid/>
|
<hid/>
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>
|
</start>
|
||||||
<!--<start name="part_blk">
|
<!--<start name="part_blk">
|
||||||
|
@ -62,7 +62,7 @@ set config {
|
|||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<hid/>
|
<hid/>
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>
|
</start>
|
||||||
<start name="nitpicker">
|
<start name="nitpicker">
|
||||||
|
@ -89,7 +89,7 @@ append_if [expr ![have_spec ps2] && [have_spec usb]] config {
|
|||||||
</provides>
|
</provides>
|
||||||
<config uhci="yes" ehci="yes" xhci="yes">
|
<config uhci="yes" ehci="yes" xhci="yes">
|
||||||
<hid/>
|
<hid/>
|
||||||
<nic mac="2e:60:90:0c:4e:01" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start> }
|
</start> }
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ append_if $use_usb_driver config {
|
|||||||
<service name="Nic"/>
|
<service name="Nic"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config ehci="yes">
|
<config ehci="yes">
|
||||||
<nic mac="2e:60:90:0c:4e:05" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ append_if $use_usb_driver config {
|
|||||||
append_if $use_usb_driver config "
|
append_if $use_usb_driver config "
|
||||||
<config uhci=\"$use_usb_11\" ehci=\"$use_usb_20\" xhci=\"$use_usb_30\">"
|
<config uhci=\"$use_usb_11\" ehci=\"$use_usb_20\" xhci=\"$use_usb_30\">"
|
||||||
append_if $use_usb_driver config {
|
append_if $use_usb_driver config {
|
||||||
<nic mac="2e:60:90:0c:4e:05" />
|
<nic mac="02:00:00:00:01:01" />
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ append_if $use_usb_driver config {
|
|||||||
<service name="Input"/>
|
<service name="Input"/>
|
||||||
</provides>
|
</provides>
|
||||||
<config uhci="no" ehci="yes" xhci="no">
|
<config uhci="no" ehci="yes" xhci="no">
|
||||||
<nic mac="2e:60:90:0c:4e:03"/>
|
<nic mac="02:00:00:00:01:01"/>
|
||||||
</config>
|
</config>
|
||||||
</start>}
|
</start>}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user