Page MenuHomeVyOS Platform

igmpproxy.conf.tmpl
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

igmpproxy.conf.tmpl

########################################################
#
# autogenerated by igmp_proxy.py
#
# The configuration file must define one upstream interface, and one or more
# downstream interfaces.
#
# If multicast traffic originates outside the upstream subnet, the "altnet"
# option can be used in order to define legal multicast sources.
#
# The "quickleave" should be used to avoid saturation of the upstream link. The
# option should only be used if it's absolutely nessecary to accurately imitate
# just one Client.
#
########################################################
{% if disable_quickleave is not defined %}
quickleave
{% endif %}
{% if interface is defined and interface is not none %}
{% for iface, config in interface.items() %}
# Configuration for {{ iface }} ({{ config.role }} interface)
{% if config.role == 'disabled' %}
phyint {{ iface }} disabled
{% else %}
phyint {{ iface }} {{ config.role }} ratelimit 0 threshold {{ config.threshold }}
{% endif %}
{% if config.alt_subnet is defined and config.alt_subnet is not none %}
{% for subnet in config.alt_subnet %}
altnet {{ subnet }}
{% endfor %}
{% endif %}
{% if config.whitelist is defined and config.whitelist is not none %}
{% for subnet in config.whitelist %}
whitelist {{ subnet }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 26, 1:11 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4285228
Default Alt Text
igmpproxy.conf.tmpl (1 KB)

Event Timeline