Go to the source code of this file.
|
| dhcp_proxy_error (NONE,"no error") dhcp_proxy_error(NO_SERVER |
|
no dhcp server configured | dhcp_proxy_error (RELAY_TO_SERVER,"DHCP packets relayed to the server") dhcp_proxy_error(RELAY_TO_CLIENT |
|
no dhcp server configured DHCP packets relayed to clients | dhcp_proxy_error (OPTION_82_ERROR,"DHCP failed to insert option 82") dhcp_proxy_error(NO_OPTION_82 |
|
no dhcp server configured DHCP packets relayed to clients DHCP option missing | dhcp_proxy_error (BAD_OPTION_82,"Bad DHCP option 82 value") dhcp_proxy_error(BAD_FIB_ID |
|
no dhcp server configured DHCP packets relayed to clients DHCP option missing DHCP option fib id to fib index map failure | dhcp_proxy_error (NO_INTERFACE_ADDRESS,"DHCP no interface address") dhcp_proxy_error(OPTION_82_VSS_NOT_PROCESSED |
|
no dhcp server configured DHCP packets relayed to clients DHCP option missing DHCP option fib id to fib index map failure DHCP VSS not processed by DHCP server | dhcp_proxy_error (BAD_YIADDR,"DHCP packets with bad your_ip_address fields") dhcp_proxy_error(BAD_SVR_FIB_OR_ADDRESS |
|
dhcp_proxy_error |
( |
NONE |
, |
|
|
"no error" |
|
|
) |
| |
no dhcp server configured dhcp_proxy_error |
( |
RELAY_TO_SERVER |
, |
|
|
"DHCP packets relayed to the server" |
|
|
) |
| |
no dhcp server configured DHCP packets relayed to clients dhcp_proxy_error |
( |
OPTION_82_ERROR |
, |
|
|
"DHCP failed to insert option 82" |
|
|
) |
| |
no dhcp server configured DHCP packets relayed to clients DHCP option missing dhcp_proxy_error |
( |
BAD_OPTION_82 |
, |
|
|
"Bad DHCP option 82 value" |
|
|
) |
| |
no dhcp server configured DHCP packets relayed to clients DHCP option missing DHCP option fib id to fib index map failure dhcp_proxy_error |
( |
NO_INTERFACE_ADDRESS |
, |
|
|
"DHCP no interface address" |
|
|
) |
| |
no dhcp server configured DHCP packets relayed to clients DHCP option missing DHCP option fib id to fib index map failure DHCP VSS not processed by DHCP server dhcp_proxy_error |
( |
BAD_YIADDR |
, |
|
|
"DHCP packets with bad your_ip_address fields" |
|
|
) |
| |