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)
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>

No differences found