driesmp/dynamicprefixvici

Make the added pool name variable

Closed this issue · 0 comments

Right now, "global-ipv6" is hardcoded, it should probably be specified as a command line argument, like "-poolname global-ipv6" to make it more suitable for others to use it. The pool name should not have a default value, it should always be specified. (required). getopt() seems the best here.