dhcp: Break out netdev configuration from DHCP binding.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2008 21:01:01 +0000 (14:01 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2008 21:01:01 +0000 (14:01 -0700)
commit489d9ca0be9e824f33c291504b6d6e2dab34d367
tree842d94cd1f15bc34e196642e8b43e4ae3fccdfb2
parentb761e41bb26ea4bdbea2f158d919951a3ca43ba1
dhcp: Break out netdev configuration from DHCP binding.

This allows us to have DHCP clients that don't actually bind or unbind
a network device's IP address.  This is useful for doing controller
discovery without actually reconfiguring a network device.
include/dhcp-client.h
lib/dhcp-client.c
secchan/secchan.c
tests/test-dhcp-client.c