From 6e42ee58c2710f9cbe36655e3c3093af5b7c87c5 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 5 Nov 2010 17:02:21 +0100 Subject: The protocol extended with the command MODIFY. The command is not used yet, but better to reserve it already. --- lib/PROTOCOL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PROTOCOL b/lib/PROTOCOL index 6f07445..f48e87d 100644 --- a/lib/PROTOCOL +++ b/lib/PROTOCOL @@ -4,7 +4,7 @@ req: msg: IPSET_CMD_PROTOCOL resp: attr: IPSET_ATTR_PROTOCOL (protocol max) IPSET_ATTR_PROTOCOL_MIN (protocol min, optional) -req: msg: IPSET_CMD_CREATE +req: msg: IPSET_CMD_CREATE|MODIFY attr: IPSET_ATTR_PROTOCOL IPSET_ATTR_SETNAME IPSET_ATTR_TYPENAME @@ -59,6 +59,8 @@ req: msg: IPSET_CMD_ADD|DEL adt-specific-data ... +resp: success/error + req: msg: IPSET_CMD_TEST attr: IPSET_ATTR_PROTOCOL IPSET_ATTR_SETNAME -- cgit v1.2.3