ipsets: add support for specifying entries
authorJo-Philipp Wich <jo@mein.io>
Sat, 10 Mar 2018 12:45:44 +0000 (13:45 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sat, 10 Mar 2018 12:47:18 +0000 (13:47 +0100)
commit41c2ab5e5cf62a4c04707145c65d37e27d82d63f
tree9303b10d8e51b4d90350c3be2a7f12c9747258c7
parent8ef12cb54dbd37466ab10586591eb84338475c2a
ipsets: add support for specifying entries

Introduce a new list option "entry" which can be used to specify entries
to add to the ipset, e.g.

    config ipset
      option name test
      ...
      list entry 1.2.3.4,8080
      list entry 5.6.7.8,8081

Also introduce a new option "loadfile" which refers to an external file
containing set entries to add, with one item per line.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
ipsets.c
options.c
options.h