Explorar el Código

update to modem script

cecylia hace 9 años
padre
commit
c7e342574f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      levels/01 Basics/level05.json

+ 2 - 2
levels/01 Basics/level05.json

@@ -41,7 +41,7 @@
 			at:50,
 			from:"Alice",
 			payload:{
-				network:{dstip:"Google"}
+				network:{srcip: "Alice", dstip:"Google"}
 			}
 		},
 		{
@@ -49,7 +49,7 @@
 			at:80,
 			from:"Google",
 			payload:{
-				network:{dstip:"Home"}
+				network:{srcip: "Google", dstip:"Home"}
 			}
 		}
 	],