]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add more types in by default
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 24 Oct 2018 16:21:34 +0000 (12:21 -0400)
committerGitHub <noreply@github.com>
Wed, 24 Oct 2018 16:21:34 +0000 (12:21 -0400)
raddb/sites-available/dhcp

index cd38a87aea93d164da2cd278a89416def6851aa4..e60d89f7c6ad3d78f2268c3e8b2d3afacc098c31 100644 (file)
@@ -39,11 +39,6 @@ server dhcp {
 #  section per interface.
 #
 listen {
-       type = DHCP-Discover
-       type = DHCP-Decline
-
-       transport = udp
-
        udp {
                #  IP address to listen on. Will usually be the IP of the
                #  interface, or 0.0.0.0
@@ -90,7 +85,13 @@ listen {
                # This will allow the server to set ARP table entries
                # for newly allocated IPs
        }
-
+       transport = udp
+       
+       type = DHCP-Discover
+       type = DHCP-Request
+       type = DHCP-Inform
+       type = DHCP-Release
+       type = DHCP-Decline
 }
 
 #  Packets received on the socket will be processed through one