aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/igmpproxy/files
Commit message (Collapse)AuthorAgeFilesLines
* igmpproxy: drop SSDP packetsDmitry Tunin2018-07-301-0/+12
| | | | | | | It is insecure to let this type of packets inside They can e.g. open ports on some other routers with UPnP, etc Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
* igmpproxy: add a silent logging optionDmitry Tunin2018-07-282-4/+5
| | | | | | | | [0-3](none, minimal[default], more, maximum) It is not 100% backward compatible, because now 0 disables logging Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
* igmpproxy: run in foreground for procdKevin Darbyshire-Bryant2018-07-181-1/+1
| | | | | | | | | procd needs processes to stay in foreground to remain under its gaze and control. Failure to do so means service stop commands fail to actually stop the process (procd doesn't think it's running 'cos the process has exited already as part of its forking routing) Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* igmpproxy: fix creation of firewall rulesJaap Buurman2018-05-072-8/+13
| | | | | | | | The init sccript for igmpproxy uses the option 'network' both as an interface name for fetching the l3_device name and for creating the firewall rules. This only works if the name of the network and firewall zone are identical. This commit introduces a new option 'zone' for configuring the upstream and downstream firewall zones in order for the init script to create the required firewall rules automatically. When no such options are given, the init script falls back to not creating the firewall rules and the user can opt to create these manually. Signed-off-by: Jaap Buurman <jaapbuurman@gmail.com>
* igmpproxy: remove firewall rules when service is stoppedHans Dedecker2017-11-141-0/+4
| | | | | | | | | Remove multicast routing firewall rules when the igmpproxy is stopped by triggering a firewall config change. Keeping the firewall open from the wan for igmp and udp multicast is not desired when the igmpproxy service is inactive. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* igmpproxy: remove procd_open_trigger/procd_close_trigger callsFelix Fietkau2016-07-291-3/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* igmpproxy: logging options - make work & improveKevin Darbyshire-Bryant2016-07-112-17/+8
| | | | | | | | | | Move logging command line option to uci: option verbose [0]/1/2 - mono-syllabic/verbose/noisy Previously handled as 'OPTIONS' in .init script however variable was ignored so never worked. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* igmpproxy: fix spurious restarts on interface events, pass used netdevs to ↵Felix Fietkau2015-09-261-1/+5
| | | | | | | | procd instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47055
* igmpproxy: add names for default config lan/wan phyint sections to make it ↵Felix Fietkau2015-03-191-2/+2
| | | | | | | | easier to refer to them from scripts Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44896
* igmpproxy: do not attempt to ifstatus error messages as jsonFelix Fietkau2014-12-121-1/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43660
* igmpproxy: do not start instance if no upstream interface is availableFelix Fietkau2014-12-121-1/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43659
* igmpproxy: fix init script indentationFelix Fietkau2014-12-121-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43658
* igmpproxy: automatically add firewall rules for multicast routing based on ↵Felix Fietkau2014-07-021-0/+47
| | | | | | | | the current config Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41483
* igmpproxy: report an error and dont start the instance if one of the ↵John Crispin2014-06-061-3/+6
| | | | | | | | interfaces is not up Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41032
* igmpproxy: register interface change triggersJohn Crispin2014-06-052-8/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41011
* igmpproxy: update init.d script to procd and add a hotplug scriptJohn Crispin2014-06-042-19/+38
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40997
* igmpproxy: move to trunk, add myself as maintainerFelix Fietkau2014-05-082-0/+74
SVN-Revision: 40730