fix vlan id bug

add new examples
add magick for png output
This commit is contained in:
2026-03-26 01:36:34 +03:00
parent c6b97b7a13
commit 3ab25dfd3f
7 changed files with 93 additions and 84 deletions
+10 -12
View File
@@ -1,12 +1,10 @@
Name,Role,Adapter,Interface,Master Interface,Network,VLAN,Network IP,Mask,Device IP,Default Gateway
PC1,Host,Adapter1,eth1,vlan7,A,,,,,
PC1,Host,,vlan7,,,7,10.10.10.0,/24,10.10.10.7,0.0.0.0
PC2,Host,Adapter1,eth1,vlan9,B,,,,,
PC2,Host,,vlan9,,,9,10.10.10.0,/24,10.10.10.9,0.0.0.0
com,Switch,Adapter1,eth1,vlan7,A,7,,,,
com,Switch,Adapter2,eth2,vlan9,B,9,,,,
com,Switch,,vlan7,bridge,,,,,,
com,Switch,,vlan9,bridge,,,,,,
com,Switch,,bridge,,,,,,,
## REMAKE
Name,Role,Adapter,Interface,Parent Interface,Slave Interfaces,Network,VLAN,Network IP,Mask,Device IP,Default Gateway
PC1,Host,Adapter1,eth1,,,A,,,,,
PC1,Host,,vlan7,eth1,,,7,10.10.10.0,/24,10.10.10.7,0.0.0.0
PC2,Host,Adapter1,eth1,,,B,,,,,
PC2,Host,,vlan9,eth1,,,9,10.10.10.0,/24,10.10.10.9,0.0.0.0
com,Switch,Adapter1,eth1,,,A,7,,,,
com,Switch,Adapter2,eth2,,,B,9,,,,
com,Switch,,vlan7,eth1,,,,,,,
com,Switch,,vlan9,eth2,,,,,,,
com,Switch,,bridge,,"vlan7,vlan9",,,,,,wa
1 Name Role Adapter Interface Master Interface Parent Interface Slave Interfaces Network VLAN Network IP Mask Device IP Default Gateway
2 PC1 Host Adapter1 eth1 vlan7 A
3 PC1 Host vlan7 eth1 7 10.10.10.0 /24 10.10.10.7 0.0.0.0
4 PC2 Host Adapter1 eth1 vlan9 B
5 PC2 Host vlan9 eth1 9 10.10.10.0 /24 10.10.10.9 0.0.0.0
6 com Switch Adapter1 eth1 vlan7 A 7
7 com Switch Adapter2 eth2 vlan9 B 9
8 com Switch vlan7 bridge eth1
9 com Switch vlan9 bridge eth2
10 com Switch bridge vlan7,vlan9 wa
## REMAKE