Signed-off-by: Fernando Fernandez Mancera <ffmanc...@riseup.net>
---
 tests/py/inet/osf.t         |  5 ++++-
 tests/py/inet/osf.t.payload | 12 +++++++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/tests/py/inet/osf.t b/tests/py/inet/osf.t
index 4db20b7..6533b84 100644
--- a/tests/py/inet/osf.t
+++ b/tests/py/inet/osf.t
@@ -1,6 +1,9 @@
 :osfchain;type filter hook input priority 0
 
 *ip;osfip;osfchain
+*ip6;osfip6;osfchain
+*inet;osfinet;osfchain
 
-osf name "Linux";ok;osf "Linux"
+osf name "Linux";ok
+osf name "morethansixteenbytes";fail
 osf name ;fail
diff --git a/tests/py/inet/osf.t.payload b/tests/py/inet/osf.t.payload
index 70eedb5..9f3da48 100644
--- a/tests/py/inet/osf.t.payload
+++ b/tests/py/inet/osf.t.payload
@@ -1,4 +1,14 @@
 # osf name "Linux"
 ip osfip osfchain
-  [ osf 1]
+  [ osf  ]
+  [ cmp eq reg 1 0x756e694c 0x00000078 0x00000000 0x00000000 ]
+
+# osf name "Linux"
+ip6 osfip6 osfchain
+  [ osf  ]
+  [ cmp eq reg 1 0x756e694c 0x00000078 0x00000000 0x00000000 ]
+
+# osf name "Linux"
+inet osfinet osfchain
+  [ osf  ]
   [ cmp eq reg 1 0x756e694c 0x00000078 0x00000000 0x00000000 ]
-- 
2.18.0

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to