]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
include: remove outdated comment
authorJingPiao Chen <chenjingpiao@gmail.com>
Sat, 23 Sep 2017 09:11:22 +0000 (17:11 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 27 Sep 2017 12:16:06 +0000 (14:16 +0200)
Remove outdated comment, format field in struct cmd have moved in commit
788687b03e37 ("src: interpret the event type from the evaluation step").

Signed-off-by: JingPiao Chen <chenjingpiao@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/rule.h

index 631a1bcdf84ec29326f4b691f32093be56de1ba2..89a6da684e1dbd3d4c88e09e014dd4c0eefac910 100644 (file)
@@ -437,7 +437,6 @@ void monitor_free(struct monitor *m);
  * @seqnum:    sequence number to match netlink errors
  * @union:     object
  * @arg:       argument data
- * @format:    info about the export/import format
  */
 struct cmd {
        struct list_head        list;