pali / igmpproxy

IGMP multicast routing daemon
Other
150 stars 77 forks source link

Filter local multicast traffic (#54) #82

Closed bket closed 3 years ago

bket commented 3 years ago

Implement new configuration option (filter), which enables filtering of traffic to a specified IP-address.

pali commented 3 years ago

This configuration proposal is incorrect. This kind of filtering is for downstream interfaces, so it should be part of downstream interface section. Moreover there is already whilelist keyword and filtering code, so this filtering code should be extended to support e.g. blacklist keyword to allow configuring to accept all requests expects few (e.g. that SSDP)

pali commented 3 years ago

Also one note: issue reference should not be in commit title, but rather on separate line as "Fixes: #num". This would make github automatically recognize it.

bket commented 3 years ago

PR has been closed in favor of #83.