some terror with structures

This commit is contained in:
2025-12-01 02:19:22 +03:00
parent 4cfadd14e0
commit 52cd77735c
7 changed files with 171 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
name,"type","interfaces","ip","endpoints"
PC1,"host","int1","",""
PC2,"host","int2","",""
int1,"interface","","10.0.12.1/24",""
int2,"interface","","10.0.12.2/24",""
link,"wire","","","int1,int2"
1 name type interfaces ip endpoints
2 PC1 host int1
3 PC2 host int2
4 int1 interface 10.0.12.1/24
5 int2 interface 10.0.12.2/24
6 link wire int1,int2