blob: f42c74caad90d839eafe3641526c2baa08a0f247 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001This adds connmand to the list of know dhcp clients
2
3Upstream-Status: Inappropriate [OE-Core]
4
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6
7Index: busybox-1.22.1/networking/ifupdown.c
8===================================================================
9--- busybox-1.22.1.orig/networking/ifupdown.c
10+++ busybox-1.22.1/networking/ifupdown.c
11@@ -521,6 +521,10 @@ struct dhcp_client_t {
12 };
13
14 static const struct dhcp_client_t ext_dhcp_clients[] = {
15+ { "connmand",
16+ "true",
17+ "true",
18+ },
19 { "dhcpcd",
20 "dhcpcd[[ -h %hostname%]][[ -i %vendor%]][[ -I %client%]][[ -l %leasetime%]] %iface%",
21 "dhcpcd -k %iface%",