Displaying 1 result from an estimated 1 matches for "nadd".
Did you mean:
add
2017 Jun 16
2
[Bug 1158] New: using old session data when piping multiple commands
...n the following command will get the typename of the before.
What I did:
create ipset:
# ./ipset create test hash:net
# ./ipset create test_iface hash:net,iface
pipe commands:
Only the second command has a wrong syntax but the third command return an
error too.
# echo -e "add test 1.1.1.1\nadd test_iface 2.2.2.2\nadd test 3.3.3.3\n" |
./ipset -
ipset v6.32: Syntax error: Second element is missing from 2.2.2.2.
ipset v6.32: Syntax error: Second element is missing from 3.3.3.3.
# ./ipset list
Name: test
Type: hash:net
Revision: 6
Header: family inet hashsize 1024 maxelem 65536
Size i...