Annotation of embedaddon/strongswan/conf/plugins/forecast.opt, revision 1.1

1.1     ! misho       1: charon.plugins.forecast.interface =
        !             2:        Local interface to listen for broadcasts to forward.
        !             3: 
        !             4:        Name of the local interface to listen for broadcasts messages to forward.
        !             5:        If no interface is configured, the first usable interface is used, which
        !             6:        is usually just fine for single-homed hosts. If your host has multiple
        !             7:        interfaces, set this option to the local LAN interface you want to forward
        !             8:        broadcasts from/to.
        !             9: 
        !            10: charon.plugins.forecast.reinject =
        !            11:        CHILD_SA configurations names to perform multi/broadcast reinjection.
        !            12: 
        !            13:        Comma separated list of CHILD_SA configuration names for which to perform
        !            14:        multi/broadcast reinjection. For clients connecting over such a
        !            15:        configuration, any multi/broadcast received over the tunnel gets reinjected
        !            16:        to all active tunnels. This makes the broadcasts visible to other peers,
        !            17:        and for examples allows clients to see others shares. If disabled,
        !            18:        multi/broadcast messages received over a tunnel are injected to the local
        !            19:        network only, but not to other IPsec clients.
        !            20: 
        !            21: charon.plugins.forecast.groups = 224.0.0.1,224.0.0.22,224.0.0.251,224.0.0.252,239.255.255.250
        !            22:        Multicast groups to join locally, allowing forwarding of them.
        !            23: 
        !            24:        Comma separated list of multicast groups to join locally. The local host
        !            25:        receives and forwards packets in the local LAN for joined multicast groups
        !            26:        only. Packets matching the list of multicast groups get forwarded to
        !            27:        connected clients. The default group includes host multicasts, IGMP, mDNS,
        !            28:        LLMNR and SSDP/WS-Discovery, and is usually a good choice for Windows
        !            29:        clients.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>