* Add new options to (1) force a rescan at startup, (2) display help text, and (3) bind to a specified network interface.

This commit is contained in:
Justin Maggard
2009-06-30 02:05:32 +00:00
parent efc2ab6b2b
commit d1049476ef
4 changed files with 76 additions and 18 deletions

View File

@ -13,13 +13,12 @@
/* enum of option available in the miniupnpd.conf */
enum upnpconfigoptions {
UPNP_INVALID = 0,
UPNPEXT_IFNAME = 1, /* ext_ifname */
UPNPEXT_IP, /* ext_ip */
UPNPIFNAME = 1, /* ext_ifname */
UPNPLISTENING_IP, /* listening_ip */
UPNPPORT, /* "port" */
UPNPPORT, /* port */
UPNPPRESENTATIONURL, /* presentation_url */
UPNPNOTIFY_INTERVAL, /* notify_interval */
UPNPSYSTEM_UPTIME, /* "system_uptime" */
UPNPSYSTEM_UPTIME, /* system_uptime */
UPNPUUID, /* uuid */
UPNPSERIAL, /* serial */
UPNPMODEL_NUMBER, /* model_number */