Actions
Bug #6661
closedGET /dhcp is always 404
Description
when trying to fetch proxy subnets via a API request (GET /dhcp/) I get the following:
, [2014-07-17T09:05:39.725540 #18065] DEBUG -- : Reading config file /etc/dhcpd.conf D, [2014-07-17T09:05:39.725782 #18065] DEBUG -- : Loading subnets for 127.0.0.1 D, [2014-07-17T09:05:39.725905 #18065] DEBUG -- : Added 10.35.27.0/255.255.255.192 to 127.0.0.1 D, [2014-07-17T09:05:39.726025 #18065] DEBUG -- : Added 10.35.27.128/255.255.255.192 to 127.0.0.1 10.35.4.190 - - [17/Jul/2014 09:05:39] "GET HTTP/1.1" 404 408 0.0012
It does work correctly if I view the html interface or if i go directly into a subnet via the api (e.g. /dhcp/10.35.27.0).
Actions