]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add helper to tell if a UDP package is a DHCP package
authorAsias He <asias.hejun@gmail.com>
Sun, 17 Jul 2011 08:56:51 +0000 (16:56 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 18 Jul 2011 10:09:56 +0000 (13:09 +0300)
commit402e8e3f19d0fe4a82d7755faee1688004997aa7
tree38609848fbe0738434f4c87ce7517b8e80843f52
parentc3728fa6983dbabfb9afca716d9a34bff9a52014
kvm tools: Add helper to tell if a UDP package is a DHCP package

This patch checks:

   - sport and dport

   - magic cookie

to detemine whether a UDP package is a DHCP package.

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/uip.h
tools/kvm/net/uip/dhcp.c [new file with mode: 0644]