cshore
5022084a20
[net] miniupnpd: Added uci configuration option to set uuid. A uuid is automatically generated and added to the configuration file on the first boot of miniupnpd with no uuid. This closes : #6634 . Current behaviour (non-unique UUID by way of no UUID being configured) can be obtained by using a uuid of 'nocli' (for no command line [uuid])
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:14 +00:00
cshore
5823187e08
[net] miniupnpd: Added model_number and serial_number uci options for the root desc xml
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:09 +00:00
cshore
0c07ec43b5
[packages] miniupnpd: Added uci option config_file, which allows the user to specify that miniupnpd should use the specified file as the configuration file instead of /etc/miniupnpd.conf or none if no /etc/miniupnpd.conf present
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:06 +00:00
cshore
5bd0514866
[packages] miniupnpd: Added uci option use_system_uptime which defaults to true to maintain current behaviour, which is to use system update instead of miniupnpd daemon uptime. If false miniupnpd daemon uptime is used
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:57:03 +00:00
cshore
22ed7e56ed
[packages] miniupnpd: Added option to change port. Default set to 5000 as before, port 'auto' set to result in a random port being used.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:56:59 +00:00
cshore
fe8c92d99d
[packages] miniupnpd: Add uci option for manually specified external IP
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 18:56:54 +00:00
jow
b838faf06b
[packages] miniupnpd: add option to enable NAT-PMP ( #8747 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25251 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-30 00:56:41 +00:00
jow
79db0b36c2
[packages] miniupnpd: rework firewall integration, should be much more robust now
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-15 02:57:50 +00:00
florian
95ebc986e1
[package] do not ignore enabled option in init script, bump release number ( #6072 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 00:35:38 +00:00
jow
755c953329
[packages] miniupnpd:
...
- use firewall hotplug calls to configure rules
- properly clean and rebuild rules on restart
- cope with ifdown/ifup events on external iface (#4669 )
- bump pkg revision
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-23 00:48:24 +00:00
jow
16cc5381f9
packages/net/miniupnpd: implement option for "secure" mode and enable it by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-25 14:59:25 +00:00
jow
2b7175b8ee
packages/net/miniupnpd:
...
- rewrite firewall to actually forward
- fix bandwidth calculation
- swap upload and download rate
- make init and hotplug scripts less verbose
- bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-14 23:18:45 +00:00
jow
8217fca3a6
miniupnpd:
...
- restart miniupnpd on hotplug event if it is enabled but not running
- remove duplicate scan_interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-25 03:46:04 +00:00
jow
3b70e33939
miniupnpd:
...
- better integration with uci firewall
- add options to configure external and internal interface
- trigger add/remove of upnp rules with hotplug
- use start-stop-daemon in initscript
- drop miniupnpd iptables heler scripts
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-25 03:25:13 +00:00
nico
993231d821
[packages] fix miniupnpd initscript: no need to include /var/state/network anymore, bump revision number
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-23 23:23:52 +00:00
nbd
453d325a54
use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-13 00:44:41 +00:00
nbd
81bc388fb4
fix miniupnpd handling of dynamic interfaces ( #2075 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-12 21:25:41 +00:00
nbd
74d184a552
clean up miniupnpd package and update to latest version (resync with x-wrt)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-08 18:36:31 +00:00
pavlov
b95525d225
sync with r1585 from xwrt. kamikaze integration finished by thepeople. thanks
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5692 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-05 06:24:30 +00:00
pavlov
93d1d4f213
fix for init script per xwrt:r1461
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-29 02:55:22 +00:00
pavlov
0a265811e3
update based on db90h's changes to the whiterussian package. note: this still needs to be converted to uci for kamikaze, so WiP.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-29 02:02:11 +00:00
pavlov
e39ddf3b6d
miniupnpd ported to kamikaze from xwrts whiterussian package
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-26 23:44:09 +00:00