-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop completed tasks, add address change detection and static groups
Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,9 @@ | ||
Ideas for v1.0 | ||
============== | ||
|
||
- autodetect address changes | ||
- Graft MLD querier functionality from pim6sd | ||
- Proper conf file, support for: | ||
- granular enable/disable of IGMP/MLD | ||
- configurable query interval | ||
- static join | ||
- see proposal below | ||
- Update Makefile.am, include text files in dist | ||
|
||
|
||
.conf file format | ||
----------------- | ||
|
||
```ApacheConf | ||
# Global settings followed by per-interface enable/disable of features | ||
# Query interval can be [1,1024], default 125. Recommended not go below 10 | ||
#igmp-query-interval 125 | ||
# Last member query interval [1,1024], default 1. The igmp-robustness | ||
# setting controls the last member query count. | ||
#igmp-query-last-member-interval 1 | ||
# Robustness can be [2,10], default 2. Recommended to use 2 | ||
#igmp-robustness 2 | ||
# IP Option Router Alert is enabled by default | ||
#no router-alert | ||
# Disble all, or enable plus one of the IGMP versions, wich is the startup | ||
# version, with fallback to older versions if older clients appear. | ||
#iface <IFNAME> [enable | disable] [igmpv1 | igmpv2 | igmpv3] | ||
``` | ||
- static join per interface, remember socket filter! | ||
|