chiark / gitweb /
test: expect initial ping packet to come back on inside, for now
[secnet.git] / test / invoke
index 7182d13336286ec8f93afd42c2feb66cc137859a..2fbba6ec99eda98112b2d5b75c84a374effde028 100755 (executable)
@@ -113,12 +113,12 @@ proc netlink-readable {which} {
     upvar #0 netlinkfh($which.r) fh
     read $fh; # empty the buffer
     switch -exact $which {
-       outside {
+       inside {
            puts OK
            set ok 1; # what a bodge
            return
        }
-       inside {
+       outside {
            error "inside rx'd!"
        }
     }