Annotation of embedaddon/strongswan/conf/plugins/dhcp.conf, revision 1.1.1.1

1.1       misho       1: dhcp {
                      2: 
                      3:     # Always use the configured server address.
                      4:     # force_server_address = no
                      5: 
                      6:     # Derive user-defined MAC address from hash of IKE identity and send client
                      7:     # identity DHCP option.
                      8:     # identity_lease = no
                      9: 
                     10:     # Interface name the plugin uses for address allocation.
                     11:     # interface =
                     12: 
                     13:     # Whether to load the plugin. Can also be an integer to increase the
                     14:     # priority of this plugin.
                     15:     load = yes
                     16: 
                     17:     # DHCP server unicast or broadcast IP address.
                     18:     # server = 255.255.255.255
                     19: 
                     20:     # Use the DHCP server port (67) as source port when a unicast server address
                     21:     # is configured.
                     22:     # use_server_port = no
                     23: 
                     24: }
                     25: 

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