Browse Source

update to modem script

cecylia 8 years ago
parent
commit
c7e342574f
1 changed files with 2 additions and 2 deletions
  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"}
 			}
 		}
 	],