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

1.1     ! misho       1: forecast {
        !             2: 
        !             3:     # Multicast groups to join locally, allowing forwarding of them.
        !             4:     # groups = 224.0.0.1,224.0.0.22,224.0.0.251,224.0.0.252,239.255.255.250
        !             5: 
        !             6:     # Local interface to listen for broadcasts to forward.
        !             7:     # interface =
        !             8: 
        !             9:     # Whether to load the plugin. Can also be an integer to increase the
        !            10:     # priority of this plugin.
        !            11:     load = yes
        !            12: 
        !            13:     # CHILD_SA configurations names to perform multi/broadcast reinjection.
        !            14:     # reinject =
        !            15: 
        !            16: }
        !            17: 

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