From: Pablo Neira Ayuso Date: Sat, 20 Apr 2013 10:59:16 +0000 (+0200) Subject: tests: obj-table: update examples to use the current syntax X-Git-Tag: v0.099~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1538f3e32a440fd8896cec073a3182d09f6b9b0;p=thirdparty%2Fnftables.git tests: obj-table: update examples to use the current syntax Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/obj-table b/tests/obj-table index 548c26fa..8b264cf5 100644 --- a/tests/obj-table +++ b/tests/obj-table @@ -5,7 +5,5 @@ add table filter table delete filter # table: deleting table with chain must fail -# FIXME: not implemented -# add table filter -# add chain filter output -# table delete filter +add chain filter output +table delete filter