-
Notifications
You must be signed in to change notification settings - Fork 4
/
querierd.conf
33 lines (26 loc) · 1.28 KB
/
querierd.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# /etc/querierd.conf: sample configuration
# Global settings followed by per-interface enable/disable of features.
# By default, querierd is disabled on all interfaces.
# Query interval can be [1,1024], default 125. Recommended not go below 10
#query-interval 125
# The interval inside the query-interval that clients should respond
#query-response-interval 10
# Last member query interval [1,1024], default 1. The igmp-robustness
# setting controls the last member query count.
#query-last-member-interval 1
# Querier's robustness can be [2,10], default 2. Recommended to use 2
#robustness 2
# Controls the "other querier present interval", used to detect when an
# elected querier stops sending queries. Leave this commented-out, it
# is only available to override particular use-cases and interip with
# devices that do not follow the RFC. When commented out, the timeout
# is calculated from the query interval and robustness according to RFC.
#router-timeout 255
# IP Option Router Alert is enabled by default, for interop with stacks
# that hard-code the length of the IP header
#no router-alert
# Enable and one of the IGMP versions to use at startup, with fallback
# to older versions if older clients appear.
#iface vlan1 enable igmpv3
#iface vlan2 enable igmpv3
#iface vlan3 enable igmpv3