File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / dhcp.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 10 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>