add examples, convert models

This commit is contained in:
2026-03-10 03:32:51 +03:00
parent 324524c66a
commit a7d5c0617d
6 changed files with 54 additions and 13 deletions
+3
View File
@@ -0,0 +1,3 @@
Name,Role,Adapter,Interface,Network,Network IP,Mask,Device IP,Default Gateway
PC1,Host,Adapter1,eth1,A,10.0.0.0,/24,10.0.0.1,0.0.0.0
PC2,Host,Adapter1,eth1,A,10.0.0.0,/24,10.0.0.2,0.0.0.0
1 Name Role Adapter Interface Network Network IP Mask Device IP Default Gateway
2 PC1 Host Adapter1 eth1 A 10.0.0.0 /24 10.0.0.1 0.0.0.0
3 PC2 Host Adapter1 eth1 A 10.0.0.0 /24 10.0.0.2 0.0.0.0