diff options
Diffstat (limited to 'net/bootp.c')
-rw-r--r-- | net/bootp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bootp.c b/net/bootp.c index 5121caa..64552ac 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -969,6 +969,9 @@ DhcpHandler(uchar * pkt, unsigned dest, unsigned src, unsigned len) return; } break; + case BOUND: + /* DHCP client bound to address */ + break; default: puts ("DHCP: INVALID STATE\n"); break; |