Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/examples/udhcp/udhcpd.conf

    r2725 r3232  
    1515#max_leases 254
    1616
    17 # The time period at which udhcpd will write out a dhcpd.leases
    18 # file. If this is 0, udhcpd will never automatically write a
    19 # lease file. Specified in seconds.
    20 #auto_time  7200
    21 
    2217# The amount of time that an IP will be reserved (leased to nobody)
    2318# if a DHCP decline message is received (seconds)
     
    3530#min_lease  60
    3631
     32# The location of the pid file
     33#pidfile    /var/run/udhcpd.pid
     34
    3735# The location of the leases file
    3836#lease_file /var/lib/misc/udhcpd.leases
    3937
    40 # The location of the pid file
    41 #pidfile    /var/run/udhcpd.pid
     38# The time period at which udhcpd will write out leases file.
     39# If this is 0, udhcpd will never automatically write leases file.
     40# Specified in seconds.
     41#auto_time  7200
    4242
    4343# Every time udhcpd writes a leases file, the below script will be called
     
    6969option  domain  local
    7070option  lease   864000      # default: 10 days
     71option  msstaticroutes  10.0.0.0/8 10.127.0.1       # single static route
     72option  staticroutes    10.0.0.0/8 10.127.0.1, 10.11.12.0/24 10.11.12.1
    7173# Arbitrary option in hex form:
    7274option  0x08    01020304    # option 8: "cookie server IP addr: 1.2.3.4"
     
    9193#opt serverid   IP      # default: server's IP
    9294#opt message    STRING      # error message (udhcpd sends it on success too)
     95#opt vlanid     NUM     # 802.1P VLAN ID
     96#opt vlanpriority NUM       # 802.1Q VLAN priority
    9397# Options specifying server(s)
    9498#opt dns        IP_LIST
     
    98102#opt lprsrv     IP_LIST
    99103#opt swapsrv    IP
     104# Options specifying routes
     105#opt routes     IP_PAIR_LIST
     106#opt staticroutes   STATIC_ROUTES # RFC 3442 classless static route option
     107#opt msstaticroutes STATIC_ROUTES # same, using MS option number
    100108# Obsolete options, no longer supported
    101109#opt logsrv     IP_LIST # 704/UDP log server (not syslog!)
     
    103111#opt cookiesrv  IP_LIST # RFC 865 "quote of the day" server, rarely (never?) used
    104112#opt timesrv    IP_LIST # RFC 868 time server, rarely (never?) used
     113# TODO: in development
     114#opt userclass  STRING      # RFC 3004. set of LASCII strings. "I am a printer" etc
     115#opt sipserv    STRING LIST # RFC 3361. flag byte, then: 0: domain names, 1: IP addrs
Note: See TracChangeset for help on using the changeset viewer.