deep thoughts
This commit is contained in:
parent
e4ac7f19dc
commit
98318b450d
1 changed files with 22 additions and 0 deletions
22
THOUGHTS.txt
22
THOUGHTS.txt
|
@ -4299,3 +4299,25 @@ what next?
|
||||||
- update bridge module members.nix to use the new thing
|
- update bridge module members.nix to use the new thing
|
||||||
|
|
||||||
I can't find a ci derivation that uses the bridge.
|
I can't find a ci derivation that uses the bridge.
|
||||||
|
|
||||||
|
Mon Mar 11 20:31:45 GMT 2024
|
||||||
|
|
||||||
|
Create a qemu config where wan and lan devices are bridged into a
|
||||||
|
single bridge
|
||||||
|
|
||||||
|
start qemu paused
|
||||||
|
Use qemu monitor commands to no-carrier the network devices
|
||||||
|
set_link virtio-net-pci.1 off
|
||||||
|
set_link virtio-net-pci.0 off
|
||||||
|
|
||||||
|
Boot the system
|
||||||
|
|
||||||
|
See if both devices are bridge members
|
||||||
|
|
||||||
|
See if reboot is possible
|
||||||
|
|
||||||
|
Use qemu monitor commands to enable the network devices
|
||||||
|
set_link virtio-net-pci.1 on
|
||||||
|
set_link virtio-net-pci.0 on
|
||||||
|
|
||||||
|
See if both devices are bridge members
|
||||||
|
|
Loading…
Reference in a new issue