Index: dhcp.c =================================================================== --- dhcp.c (revision 129) +++ dhcp.c (working copy) @@ -165,8 +165,8 @@ *p++ = DHCP_CSR; /* RFC 3442 states classless static routes should be before routers * and static routes as classless static routes override them both */ + *p++ = DHCP_STATICROUTE; *p++ = DHCP_ROUTERS; - *p++ = DHCP_STATICROUTE; *p++ = DHCP_HOSTNAME; *p++ = DHCP_DNSSEARCH; *p++ = DHCP_DNSDOMAIN;