Mike Frysinger | 7031f62 | 2006-05-08 03:20:50 +0000 | [diff] [blame] | 1 | /* vi: set sw=4 ts=4: */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Rewrite by Russ Dill <Russ.Dill@asu.edu> July 2001 |
Mike Frysinger | 7031f62 | 2006-05-08 03:20:50 +0000 | [diff] [blame] | 4 | * |
Denys Vlasenko | 0ef64bd | 2010-08-16 20:14:46 +0200 | [diff] [blame] | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
Mike Frysinger | 7031f62 | 2006-05-08 03:20:50 +0000 | [diff] [blame] | 6 | */ |
Mike Frysinger | 7031f62 | 2006-05-08 03:20:50 +0000 | [diff] [blame] | 7 | #include "common.h" |
Mike Frysinger | 7031f62 | 2006-05-08 03:20:50 +0000 | [diff] [blame] | 8 | |
Denys Vlasenko | ac906fa | 2009-06-17 11:54:52 +0200 | [diff] [blame] | 9 | #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1 |
Denys Vlasenko | 6947d2c | 2009-06-17 13:24:03 +0200 | [diff] [blame] | 10 | unsigned dhcp_verbose; |
Denys Vlasenko | ac906fa | 2009-06-17 11:54:52 +0200 | [diff] [blame] | 11 | #endif |
| 12 | |
Denis Vlasenko | 6ca409e | 2007-08-12 20:58:27 +0000 | [diff] [blame] | 13 | const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = { |
| 14 | 0xff, 0xff, 0xff, 0xff, 0xff, 0xff |
| 15 | }; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 16 | |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 17 | #if ENABLE_UDHCPC || ENABLE_UDHCPD |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 18 | /* Supported options are easily added here. |
| 19 | * See RFC2132 for more options. |
| 20 | * OPTION_REQ: these options are requested by udhcpc (unless -o). |
| 21 | */ |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 22 | const struct dhcp_optflag dhcp_optflags[] = { |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 23 | /* flags code */ |
| 24 | { OPTION_IP | OPTION_REQ, 0x01 }, /* DHCP_SUBNET */ |
| 25 | { OPTION_S32 , 0x02 }, /* DHCP_TIME_OFFSET */ |
| 26 | { OPTION_IP | OPTION_LIST | OPTION_REQ, 0x03 }, /* DHCP_ROUTER */ |
| 27 | // { OPTION_IP | OPTION_LIST , 0x04 }, /* DHCP_TIME_SERVER */ |
| 28 | // { OPTION_IP | OPTION_LIST , 0x05 }, /* DHCP_NAME_SERVER */ |
| 29 | { OPTION_IP | OPTION_LIST | OPTION_REQ, 0x06 }, /* DHCP_DNS_SERVER */ |
| 30 | // { OPTION_IP | OPTION_LIST , 0x07 }, /* DHCP_LOG_SERVER */ |
| 31 | // { OPTION_IP | OPTION_LIST , 0x08 }, /* DHCP_COOKIE_SERVER */ |
| 32 | { OPTION_IP | OPTION_LIST , 0x09 }, /* DHCP_LPR_SERVER */ |
Denys Vlasenko | 7280d20 | 2011-12-08 16:41:05 +0100 | [diff] [blame] | 33 | { OPTION_STRING_HOST | OPTION_REQ, 0x0c }, /* DHCP_HOST_NAME */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 34 | { OPTION_U16 , 0x0d }, /* DHCP_BOOT_SIZE */ |
Denys Vlasenko | 7280d20 | 2011-12-08 16:41:05 +0100 | [diff] [blame] | 35 | { OPTION_STRING_HOST | OPTION_REQ, 0x0f }, /* DHCP_DOMAIN_NAME */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 36 | { OPTION_IP , 0x10 }, /* DHCP_SWAP_SERVER */ |
| 37 | { OPTION_STRING , 0x11 }, /* DHCP_ROOT_PATH */ |
| 38 | { OPTION_U8 , 0x17 }, /* DHCP_IP_TTL */ |
| 39 | { OPTION_U16 , 0x1a }, /* DHCP_MTU */ |
Denys Vlasenko | cd4d78f | 2011-10-20 13:21:55 +0200 | [diff] [blame] | 40 | //TODO: why do we request DHCP_BROADCAST? Can't we assume that |
| 41 | //in the unlikely case it is different from typical N.N.255.255, |
| 42 | //server would let us know anyway? |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 43 | { OPTION_IP | OPTION_REQ, 0x1c }, /* DHCP_BROADCAST */ |
Vladislav Grishenko | 7d3a48a | 2010-09-26 00:15:12 +0200 | [diff] [blame] | 44 | { OPTION_IP_PAIR | OPTION_LIST , 0x21 }, /* DHCP_ROUTES */ |
Denys Vlasenko | 7280d20 | 2011-12-08 16:41:05 +0100 | [diff] [blame] | 45 | { OPTION_STRING_HOST , 0x28 }, /* DHCP_NIS_DOMAIN */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 46 | { OPTION_IP | OPTION_LIST , 0x29 }, /* DHCP_NIS_SERVER */ |
| 47 | { OPTION_IP | OPTION_LIST | OPTION_REQ, 0x2a }, /* DHCP_NTP_SERVER */ |
| 48 | { OPTION_IP | OPTION_LIST , 0x2c }, /* DHCP_WINS_SERVER */ |
| 49 | { OPTION_U32 , 0x33 }, /* DHCP_LEASE_TIME */ |
| 50 | { OPTION_IP , 0x36 }, /* DHCP_SERVER_ID */ |
| 51 | { OPTION_STRING , 0x38 }, /* DHCP_ERR_MESSAGE */ |
| 52 | //TODO: must be combined with 'sname' and 'file' handling: |
Denys Vlasenko | 7280d20 | 2011-12-08 16:41:05 +0100 | [diff] [blame] | 53 | { OPTION_STRING_HOST , 0x42 }, /* DHCP_TFTP_SERVER_NAME */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 54 | { OPTION_STRING , 0x43 }, /* DHCP_BOOT_FILE */ |
| 55 | //TODO: not a string, but a set of LASCII strings: |
| 56 | // { OPTION_STRING , 0x4D }, /* DHCP_USER_CLASS */ |
| 57 | #if ENABLE_FEATURE_UDHCP_RFC3397 |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 58 | { OPTION_DNS_STRING | OPTION_LIST , 0x77 }, /* DHCP_DOMAIN_SEARCH */ |
| 59 | { OPTION_SIP_SERVERS , 0x78 }, /* DHCP_SIP_SERVERS */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 60 | #endif |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 61 | { OPTION_STATIC_ROUTES | OPTION_LIST , 0x79 }, /* DHCP_STATIC_ROUTES */ |
Nigel Hathaway | fb6b173 | 2011-04-26 02:50:00 +0200 | [diff] [blame] | 62 | #if ENABLE_FEATURE_UDHCP_8021Q |
| 63 | { OPTION_U16 , 0x84 }, /* DHCP_VLAN_ID */ |
| 64 | { OPTION_U8 , 0x85 }, /* DHCP_VLAN_PRIORITY */ |
| 65 | #endif |
Jeremy Kerr | d3092c9 | 2013-11-12 11:18:26 +0100 | [diff] [blame] | 66 | { OPTION_STRING , 0xd1 }, /* DHCP_PXE_CONF_FILE */ |
Jeremy Kerr | b8ffd11 | 2014-07-15 11:03:17 +0800 | [diff] [blame] | 67 | { OPTION_STRING , 0xd2 }, /* DHCP_PXE_PATH_PREFIX */ |
Jeremy Kerr | fc26721 | 2018-07-03 16:36:13 +1000 | [diff] [blame^] | 68 | { OPTION_U32 , 0xd3 }, /* DHCP_REBOOT_TIME */ |
Denys Vlasenko | 1f56e51 | 2011-10-19 22:40:35 +0200 | [diff] [blame] | 69 | { OPTION_6RD , 0xd4 }, /* DHCP_6RD */ |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 70 | { OPTION_STATIC_ROUTES | OPTION_LIST , 0xf9 }, /* DHCP_MS_STATIC_ROUTES */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 71 | { OPTION_STRING , 0xfc }, /* DHCP_WPAD */ |
| 72 | |
| 73 | /* Options below have no match in dhcp_option_strings[], |
| 74 | * are not passed to dhcpc scripts, and cannot be specified |
| 75 | * with "option XXX YYY" syntax in dhcpd config file. |
| 76 | * These entries are only used internally by udhcp[cd] |
| 77 | * to correctly encode options into packets. |
| 78 | */ |
| 79 | |
| 80 | { OPTION_IP , 0x32 }, /* DHCP_REQUESTED_IP */ |
| 81 | { OPTION_U8 , 0x35 }, /* DHCP_MESSAGE_TYPE */ |
| 82 | { OPTION_U16 , 0x39 }, /* DHCP_MAX_SIZE */ |
Denys Vlasenko | d3c5ab7 | 2010-10-20 02:03:30 +0200 | [diff] [blame] | 83 | //looks like these opts will work just fine even without these defs: |
| 84 | // { OPTION_STRING , 0x3c }, /* DHCP_VENDOR */ |
| 85 | // /* not really a string: */ |
| 86 | // { OPTION_STRING , 0x3d }, /* DHCP_CLIENT_ID */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 87 | { 0, 0 } /* zeroed terminating entry */ |
| 88 | }; |
| 89 | |
| 90 | /* Used for converting options from incoming packets to env variables |
Denys Vlasenko | b181ca7 | 2017-01-29 18:48:58 +0100 | [diff] [blame] | 91 | * for udhcpc script, and for setting options for udhcpd via |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 92 | * "opt OPTION_NAME OPTION_VALUE" directives in udhcpd.conf file. |
| 93 | */ |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 94 | /* Must match dhcp_optflags[] order */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 95 | const char dhcp_option_strings[] ALIGN1 = |
| 96 | "subnet" "\0" /* DHCP_SUBNET */ |
| 97 | "timezone" "\0" /* DHCP_TIME_OFFSET */ |
| 98 | "router" "\0" /* DHCP_ROUTER */ |
| 99 | // "timesrv" "\0" /* DHCP_TIME_SERVER */ |
| 100 | // "namesrv" "\0" /* DHCP_NAME_SERVER */ |
| 101 | "dns" "\0" /* DHCP_DNS_SERVER */ |
| 102 | // "logsrv" "\0" /* DHCP_LOG_SERVER */ |
| 103 | // "cookiesrv" "\0" /* DHCP_COOKIE_SERVER */ |
| 104 | "lprsrv" "\0" /* DHCP_LPR_SERVER */ |
| 105 | "hostname" "\0" /* DHCP_HOST_NAME */ |
| 106 | "bootsize" "\0" /* DHCP_BOOT_SIZE */ |
| 107 | "domain" "\0" /* DHCP_DOMAIN_NAME */ |
| 108 | "swapsrv" "\0" /* DHCP_SWAP_SERVER */ |
| 109 | "rootpath" "\0" /* DHCP_ROOT_PATH */ |
| 110 | "ipttl" "\0" /* DHCP_IP_TTL */ |
| 111 | "mtu" "\0" /* DHCP_MTU */ |
| 112 | "broadcast" "\0" /* DHCP_BROADCAST */ |
Vladislav Grishenko | 7d3a48a | 2010-09-26 00:15:12 +0200 | [diff] [blame] | 113 | "routes" "\0" /* DHCP_ROUTES */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 114 | "nisdomain" "\0" /* DHCP_NIS_DOMAIN */ |
| 115 | "nissrv" "\0" /* DHCP_NIS_SERVER */ |
| 116 | "ntpsrv" "\0" /* DHCP_NTP_SERVER */ |
| 117 | "wins" "\0" /* DHCP_WINS_SERVER */ |
| 118 | "lease" "\0" /* DHCP_LEASE_TIME */ |
| 119 | "serverid" "\0" /* DHCP_SERVER_ID */ |
| 120 | "message" "\0" /* DHCP_ERR_MESSAGE */ |
| 121 | "tftp" "\0" /* DHCP_TFTP_SERVER_NAME */ |
| 122 | "bootfile" "\0" /* DHCP_BOOT_FILE */ |
| 123 | // "userclass" "\0" /* DHCP_USER_CLASS */ |
| 124 | #if ENABLE_FEATURE_UDHCP_RFC3397 |
| 125 | "search" "\0" /* DHCP_DOMAIN_SEARCH */ |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 126 | // doesn't work in udhcpd.conf since OPTION_SIP_SERVERS |
| 127 | // is not handled yet by "string->option" conversion code: |
Denys Vlasenko | 5ab6b0f | 2010-04-06 16:52:59 +0200 | [diff] [blame] | 128 | "sipsrv" "\0" /* DHCP_SIP_SERVERS */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 129 | #endif |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 130 | "staticroutes" "\0"/* DHCP_STATIC_ROUTES */ |
Nigel Hathaway | fb6b173 | 2011-04-26 02:50:00 +0200 | [diff] [blame] | 131 | #if ENABLE_FEATURE_UDHCP_8021Q |
| 132 | "vlanid" "\0" /* DHCP_VLAN_ID */ |
| 133 | "vlanpriority" "\0"/* DHCP_VLAN_PRIORITY */ |
| 134 | #endif |
Jeremy Kerr | d3092c9 | 2013-11-12 11:18:26 +0100 | [diff] [blame] | 135 | "pxeconffile" "\0" /* DHCP_PXE_CONF_FILE */ |
Jeremy Kerr | b8ffd11 | 2014-07-15 11:03:17 +0800 | [diff] [blame] | 136 | "pxepathprefix" "\0" /* DHCP_PXE_PATH_PREFIX */ |
Jeremy Kerr | fc26721 | 2018-07-03 16:36:13 +1000 | [diff] [blame^] | 137 | "reboottime" "\0" /* DHCP_REBOOT_TIME */ |
Denys Vlasenko | 1f56e51 | 2011-10-19 22:40:35 +0200 | [diff] [blame] | 138 | "ip6rd" "\0" /* DHCP_6RD */ |
Vladislav Grishenko | 7d3a48a | 2010-09-26 00:15:12 +0200 | [diff] [blame] | 139 | "msstaticroutes""\0"/* DHCP_MS_STATIC_ROUTES */ |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 140 | "wpad" "\0" /* DHCP_WPAD */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 141 | ; |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 142 | #endif |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 143 | |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 144 | /* Lengths of the option types in binary form. |
| 145 | * Used by: |
| 146 | * udhcp_str2optset: to determine how many bytes to allocate. |
| 147 | * xmalloc_optname_optval: to estimate string length |
| 148 | * from binary option length: (option[LEN] / dhcp_option_lengths[opt_type]) |
Denys Vlasenko | 352f79a | 2016-02-26 15:54:56 +0100 | [diff] [blame] | 149 | * is the number of elements, multiply it by one element's string width |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 150 | * (len_of_option_as_string[opt_type]) and you know how wide string you need. |
| 151 | */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 152 | const uint8_t dhcp_option_lengths[] ALIGN1 = { |
| 153 | [OPTION_IP] = 4, |
| 154 | [OPTION_IP_PAIR] = 8, |
| 155 | // [OPTION_BOOLEAN] = 1, |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 156 | [OPTION_STRING] = 1, /* ignored by udhcp_str2optset */ |
Denys Vlasenko | 7280d20 | 2011-12-08 16:41:05 +0100 | [diff] [blame] | 157 | [OPTION_STRING_HOST] = 1, /* ignored by udhcp_str2optset */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 158 | #if ENABLE_FEATURE_UDHCP_RFC3397 |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 159 | [OPTION_DNS_STRING] = 1, /* ignored by both udhcp_str2optset and xmalloc_optname_optval */ |
| 160 | [OPTION_SIP_SERVERS] = 1, |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 161 | #endif |
| 162 | [OPTION_U8] = 1, |
| 163 | [OPTION_U16] = 2, |
| 164 | // [OPTION_S16] = 2, |
| 165 | [OPTION_U32] = 4, |
| 166 | [OPTION_S32] = 4, |
| 167 | /* Just like OPTION_STRING, we use minimum length here */ |
| 168 | [OPTION_STATIC_ROUTES] = 5, |
Denys Vlasenko | 352f79a | 2016-02-26 15:54:56 +0100 | [diff] [blame] | 169 | [OPTION_6RD] = 12, /* ignored by udhcp_str2optset */ |
| 170 | /* The above value was chosen as follows: |
| 171 | * len_of_option_as_string[] for this option is >60: it's a string of the form |
| 172 | * "32 128 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 255.255.255.255 ". |
| 173 | * Each additional ipv4 address takes 4 bytes in binary option and appends |
| 174 | * another "255.255.255.255 " 16-byte string. We can set [OPTION_6RD] = 4 |
| 175 | * but this severely overestimates string length: instead of 16 bytes, |
| 176 | * it adds >60 for every 4 bytes in binary option. |
| 177 | * We cheat and declare here that option is in units of 12 bytes. |
| 178 | * This adds more than 60 bytes for every three ipv4 addresses - more than enough. |
| 179 | * (Even 16 instead of 12 should work, but let's be paranoid). |
| 180 | */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 181 | }; |
| 182 | |
| 183 | |
| 184 | #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 2 |
| 185 | static void log_option(const char *pfx, const uint8_t *opt) |
| 186 | { |
| 187 | if (dhcp_verbose >= 2) { |
| 188 | char buf[256 * 2 + 2]; |
| 189 | *bin2hex(buf, (void*) (opt + OPT_DATA), opt[OPT_LEN]) = '\0'; |
Denys Vlasenko | 8f2e99c | 2016-03-30 18:41:23 +0200 | [diff] [blame] | 190 | bb_error_msg("%s: 0x%02x %s", pfx, opt[OPT_CODE], buf); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 191 | } |
| 192 | } |
| 193 | #else |
| 194 | # define log_option(pfx, opt) ((void)0) |
| 195 | #endif |
| 196 | |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 197 | unsigned FAST_FUNC udhcp_option_idx(const char *name, const char *option_strings) |
Denys Vlasenko | 9107b63 | 2010-03-27 23:23:41 +0100 | [diff] [blame] | 198 | { |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 199 | int n = index_in_strings(option_strings, name); |
Denys Vlasenko | 9107b63 | 2010-03-27 23:23:41 +0100 | [diff] [blame] | 200 | if (n >= 0) |
| 201 | return n; |
| 202 | |
| 203 | { |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 204 | char *buf, *d; |
| 205 | const char *s; |
| 206 | |
| 207 | s = option_strings; |
| 208 | while (*s) |
| 209 | s += strlen(s) + 1; |
| 210 | |
| 211 | d = buf = xzalloc(s - option_strings); |
| 212 | s = option_strings; |
| 213 | while (!(*s == '\0' && s[1] == '\0')) { |
Denys Vlasenko | 9107b63 | 2010-03-27 23:23:41 +0100 | [diff] [blame] | 214 | *d++ = (*s == '\0' ? ' ' : *s); |
| 215 | s++; |
| 216 | } |
Denys Vlasenko | 9107b63 | 2010-03-27 23:23:41 +0100 | [diff] [blame] | 217 | bb_error_msg_and_die("unknown option '%s', known options: %s", name, buf); |
| 218 | } |
| 219 | } |
| 220 | |
Denys Vlasenko | b7d19cc | 2010-05-30 23:41:23 +0200 | [diff] [blame] | 221 | /* Get an option with bounds checking (warning, result is not aligned) */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 222 | uint8_t* FAST_FUNC udhcp_get_option(struct dhcp_packet *packet, int code) |
| 223 | { |
| 224 | uint8_t *optionptr; |
| 225 | int len; |
| 226 | int rem; |
| 227 | int overload = 0; |
| 228 | enum { |
| 229 | FILE_FIELD101 = FILE_FIELD * 0x101, |
| 230 | SNAME_FIELD101 = SNAME_FIELD * 0x101, |
| 231 | }; |
| 232 | |
| 233 | /* option bytes: [code][len][data1][data2]..[dataLEN] */ |
| 234 | optionptr = packet->options; |
| 235 | rem = sizeof(packet->options); |
| 236 | while (1) { |
| 237 | if (rem <= 0) { |
Brian Foley | f9beeb2 | 2016-10-25 14:20:55 +0200 | [diff] [blame] | 238 | complain: |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 239 | bb_error_msg("bad packet, malformed option field"); |
| 240 | return NULL; |
| 241 | } |
Brian Foley | f9beeb2 | 2016-10-25 14:20:55 +0200 | [diff] [blame] | 242 | |
| 243 | /* DHCP_PADDING and DHCP_END have no [len] byte */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 244 | if (optionptr[OPT_CODE] == DHCP_PADDING) { |
| 245 | rem--; |
| 246 | optionptr++; |
| 247 | continue; |
| 248 | } |
| 249 | if (optionptr[OPT_CODE] == DHCP_END) { |
| 250 | if ((overload & FILE_FIELD101) == FILE_FIELD) { |
| 251 | /* can use packet->file, and didn't look at it yet */ |
| 252 | overload |= FILE_FIELD101; /* "we looked at it" */ |
| 253 | optionptr = packet->file; |
| 254 | rem = sizeof(packet->file); |
| 255 | continue; |
| 256 | } |
| 257 | if ((overload & SNAME_FIELD101) == SNAME_FIELD) { |
| 258 | /* can use packet->sname, and didn't look at it yet */ |
| 259 | overload |= SNAME_FIELD101; /* "we looked at it" */ |
| 260 | optionptr = packet->sname; |
| 261 | rem = sizeof(packet->sname); |
| 262 | continue; |
| 263 | } |
| 264 | break; |
| 265 | } |
Brian Foley | f9beeb2 | 2016-10-25 14:20:55 +0200 | [diff] [blame] | 266 | |
| 267 | if (rem <= OPT_LEN) |
| 268 | goto complain; /* complain and return NULL */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 269 | len = 2 + optionptr[OPT_LEN]; |
| 270 | rem -= len; |
| 271 | if (rem < 0) |
Brian Foley | f9beeb2 | 2016-10-25 14:20:55 +0200 | [diff] [blame] | 272 | goto complain; /* complain and return NULL */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 273 | |
| 274 | if (optionptr[OPT_CODE] == code) { |
Denys Vlasenko | f75a96d | 2016-03-30 18:49:45 +0200 | [diff] [blame] | 275 | log_option("option found", optionptr); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 276 | return optionptr + OPT_DATA; |
| 277 | } |
| 278 | |
| 279 | if (optionptr[OPT_CODE] == DHCP_OPTION_OVERLOAD) { |
Denys Vlasenko | f11c698 | 2016-10-25 14:25:52 +0200 | [diff] [blame] | 280 | if (len >= 3) |
| 281 | overload |= optionptr[OPT_DATA]; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 282 | /* fall through */ |
| 283 | } |
| 284 | optionptr += len; |
| 285 | } |
| 286 | |
| 287 | /* log3 because udhcpc uses it a lot - very noisy */ |
Denys Vlasenko | 8f2e99c | 2016-03-30 18:41:23 +0200 | [diff] [blame] | 288 | log3("option 0x%02x not found", code); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 289 | return NULL; |
| 290 | } |
| 291 | |
Denys Vlasenko | b7d19cc | 2010-05-30 23:41:23 +0200 | [diff] [blame] | 292 | /* Return the position of the 'end' option (no bounds checking) */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 293 | int FAST_FUNC udhcp_end_option(uint8_t *optionptr) |
| 294 | { |
| 295 | int i = 0; |
| 296 | |
| 297 | while (optionptr[i] != DHCP_END) { |
| 298 | if (optionptr[i] != DHCP_PADDING) |
| 299 | i += optionptr[i + OPT_LEN] + OPT_DATA-1; |
| 300 | i++; |
| 301 | } |
| 302 | return i; |
| 303 | } |
| 304 | |
| 305 | /* Add an option (supplied in binary form) to the options. |
| 306 | * Option format: [code][len][data1][data2]..[dataLEN] |
| 307 | */ |
Denys Vlasenko | 7724c76 | 2010-03-26 09:32:09 +0100 | [diff] [blame] | 308 | void FAST_FUNC udhcp_add_binary_option(struct dhcp_packet *packet, uint8_t *addopt) |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 309 | { |
| 310 | unsigned len; |
Denys Vlasenko | 7724c76 | 2010-03-26 09:32:09 +0100 | [diff] [blame] | 311 | uint8_t *optionptr = packet->options; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 312 | unsigned end = udhcp_end_option(optionptr); |
| 313 | |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 314 | len = OPT_DATA + addopt[OPT_LEN]; |
Denys Vlasenko | 7724c76 | 2010-03-26 09:32:09 +0100 | [diff] [blame] | 315 | /* end position + (option code/length + addopt length) + end option */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 316 | if (end + len + 1 >= DHCP_OPTIONS_BUFSIZE) { |
Denys Vlasenko | 7724c76 | 2010-03-26 09:32:09 +0100 | [diff] [blame] | 317 | //TODO: learn how to use overflow option if we exhaust packet->options[] |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 318 | bb_error_msg("option 0x%02x did not fit into the packet", |
| 319 | addopt[OPT_CODE]); |
| 320 | return; |
| 321 | } |
Denys Vlasenko | f75a96d | 2016-03-30 18:49:45 +0200 | [diff] [blame] | 322 | log_option("adding option", addopt); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 323 | memcpy(optionptr + end, addopt, len); |
| 324 | optionptr[end + len] = DHCP_END; |
| 325 | } |
| 326 | |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 327 | #if ENABLE_UDHCPC || ENABLE_UDHCPD |
Denys Vlasenko | 7724c76 | 2010-03-26 09:32:09 +0100 | [diff] [blame] | 328 | /* Add an one to four byte option to a packet */ |
| 329 | void FAST_FUNC udhcp_add_simple_option(struct dhcp_packet *packet, uint8_t code, uint32_t data) |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 330 | { |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 331 | const struct dhcp_optflag *dh; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 332 | |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 333 | for (dh = dhcp_optflags; dh->code; dh++) { |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 334 | if (dh->code == code) { |
| 335 | uint8_t option[6], len; |
| 336 | |
| 337 | option[OPT_CODE] = code; |
| 338 | len = dhcp_option_lengths[dh->flags & OPTION_TYPE_MASK]; |
| 339 | option[OPT_LEN] = len; |
| 340 | if (BB_BIG_ENDIAN) |
| 341 | data <<= 8 * (4 - len); |
| 342 | /* Assignment is unaligned! */ |
| 343 | move_to_unaligned32(&option[OPT_DATA], data); |
Denys Vlasenko | 7724c76 | 2010-03-26 09:32:09 +0100 | [diff] [blame] | 344 | udhcp_add_binary_option(packet, option); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 345 | return; |
| 346 | } |
| 347 | } |
| 348 | |
| 349 | bb_error_msg("can't add option 0x%02x", code); |
| 350 | } |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 351 | #endif |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 352 | |
| 353 | /* Find option 'code' in opt_list */ |
Denys Vlasenko | 7724c76 | 2010-03-26 09:32:09 +0100 | [diff] [blame] | 354 | struct option_set* FAST_FUNC udhcp_find_option(struct option_set *opt_list, uint8_t code) |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 355 | { |
| 356 | while (opt_list && opt_list->data[OPT_CODE] < code) |
| 357 | opt_list = opt_list->next; |
| 358 | |
| 359 | if (opt_list && opt_list->data[OPT_CODE] == code) |
| 360 | return opt_list; |
| 361 | return NULL; |
| 362 | } |
| 363 | |
| 364 | /* Parse string to IP in network order */ |
| 365 | int FAST_FUNC udhcp_str2nip(const char *str, void *arg) |
| 366 | { |
| 367 | len_and_sockaddr *lsa; |
| 368 | |
| 369 | lsa = host_and_af2sockaddr(str, 0, AF_INET); |
| 370 | if (!lsa) |
| 371 | return 0; |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 372 | /* arg maybe unaligned */ |
| 373 | move_to_unaligned32((uint32_t*)arg, lsa->u.sin.sin_addr.s_addr); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 374 | free(lsa); |
| 375 | return 1; |
| 376 | } |
| 377 | |
| 378 | /* udhcp_str2optset: |
Denys Vlasenko | 4f3aa51 | 2010-04-04 15:31:12 +0200 | [diff] [blame] | 379 | * Parse string option representation to binary form and add it to opt_list. |
| 380 | * Called to parse "udhcpc -x OPTNAME:OPTVAL" |
| 381 | * and to parse udhcpd.conf's "opt OPTNAME OPTVAL" directives. |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 382 | */ |
| 383 | /* helper: add an option to the opt_list */ |
Denys Vlasenko | 6027597 | 2018-05-14 11:06:35 +0200 | [diff] [blame] | 384 | #if !ENABLE_UDHCPC6 |
| 385 | #define attach_option(opt_list, optflag, buffer, length, dhcpv6) \ |
| 386 | attach_option(opt_list, optflag, buffer, length) |
| 387 | #endif |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 388 | static NOINLINE void attach_option( |
| 389 | struct option_set **opt_list, |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 390 | const struct dhcp_optflag *optflag, |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 391 | char *buffer, |
Denys Vlasenko | 6027597 | 2018-05-14 11:06:35 +0200 | [diff] [blame] | 392 | int length, |
| 393 | bool dhcpv6) |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 394 | { |
Denys Vlasenko | 6027597 | 2018-05-14 11:06:35 +0200 | [diff] [blame] | 395 | IF_NOT_UDHCPC6(bool dhcpv6 = 0;) |
Denys Vlasenko | b443a37 | 2013-05-17 15:19:47 +0200 | [diff] [blame] | 396 | struct option_set *existing; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 397 | char *allocated = NULL; |
Denys Vlasenko | b443a37 | 2013-05-17 15:19:47 +0200 | [diff] [blame] | 398 | |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 399 | if ((optflag->flags & OPTION_TYPE_MASK) == OPTION_BIN) { |
| 400 | const char *end; |
| 401 | allocated = xstrdup(buffer); /* more than enough */ |
| 402 | end = hex2bin(allocated, buffer, 255); |
| 403 | if (errno) |
| 404 | bb_error_msg_and_die("malformed hex string '%s'", buffer); |
| 405 | length = end - allocated; |
| 406 | } |
Denys Vlasenko | b443a37 | 2013-05-17 15:19:47 +0200 | [diff] [blame] | 407 | #if ENABLE_FEATURE_UDHCP_RFC3397 |
| 408 | if ((optflag->flags & OPTION_TYPE_MASK) == OPTION_DNS_STRING) { |
| 409 | /* reuse buffer and length for RFC1035-formatted string */ |
| 410 | allocated = buffer = (char *)dname_enc(NULL, 0, buffer, &length); |
| 411 | } |
| 412 | #endif |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 413 | |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 414 | existing = udhcp_find_option(*opt_list, optflag->code); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 415 | if (!existing) { |
Denys Vlasenko | b443a37 | 2013-05-17 15:19:47 +0200 | [diff] [blame] | 416 | struct option_set *new, **curr; |
| 417 | |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 418 | /* make a new option */ |
Denys Vlasenko | 8f2e99c | 2016-03-30 18:41:23 +0200 | [diff] [blame] | 419 | log2("attaching option %02x to list", optflag->code); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 420 | new = xmalloc(sizeof(*new)); |
Denys Vlasenko | 6027597 | 2018-05-14 11:06:35 +0200 | [diff] [blame] | 421 | if (!dhcpv6) { |
| 422 | new->data = xmalloc(length + OPT_DATA); |
| 423 | new->data[OPT_CODE] = optflag->code; |
| 424 | new->data[OPT_LEN] = length; |
| 425 | memcpy(new->data + OPT_DATA, (allocated ? allocated : buffer), |
| 426 | length); |
| 427 | } else { |
| 428 | new->data = xmalloc(length + D6_OPT_DATA); |
| 429 | new->data[D6_OPT_CODE] = optflag->code >> 8; |
| 430 | new->data[D6_OPT_CODE + 1] = optflag->code & 0xff; |
| 431 | new->data[D6_OPT_LEN] = length >> 8; |
| 432 | new->data[D6_OPT_LEN + 1] = length & 0xff; |
| 433 | memcpy(new->data + D6_OPT_DATA, (allocated ? allocated : buffer), |
| 434 | length); |
| 435 | } |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 436 | |
| 437 | curr = opt_list; |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 438 | while (*curr && (*curr)->data[OPT_CODE] < optflag->code) |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 439 | curr = &(*curr)->next; |
| 440 | |
| 441 | new->next = *curr; |
| 442 | *curr = new; |
| 443 | goto ret; |
| 444 | } |
| 445 | |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 446 | if (optflag->flags & OPTION_LIST) { |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 447 | unsigned old_len; |
| 448 | |
| 449 | /* add it to an existing option */ |
Denys Vlasenko | 8f2e99c | 2016-03-30 18:41:23 +0200 | [diff] [blame] | 450 | log2("attaching option %02x to existing member of list", optflag->code); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 451 | old_len = existing->data[OPT_LEN]; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 452 | if (old_len + length < 255) { |
| 453 | /* actually 255 is ok too, but adding a space can overlow it */ |
| 454 | |
| 455 | existing->data = xrealloc(existing->data, OPT_DATA + 1 + old_len + length); |
Denys Vlasenko | 7280d20 | 2011-12-08 16:41:05 +0100 | [diff] [blame] | 456 | if ((optflag->flags & OPTION_TYPE_MASK) == OPTION_STRING |
| 457 | || (optflag->flags & OPTION_TYPE_MASK) == OPTION_STRING_HOST |
| 458 | ) { |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 459 | /* add space separator between STRING options in a list */ |
| 460 | existing->data[OPT_DATA + old_len] = ' '; |
| 461 | old_len++; |
| 462 | } |
Denys Vlasenko | c133fa6 | 2013-05-17 15:13:38 +0200 | [diff] [blame] | 463 | memcpy(existing->data + OPT_DATA + old_len, (allocated ? allocated : buffer), length); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 464 | existing->data[OPT_LEN] = old_len + length; |
| 465 | } /* else, ignore the data, we could put this in a second option in the future */ |
| 466 | } /* else, ignore the new data */ |
| 467 | |
Denys Vlasenko | 4f3aa51 | 2010-04-04 15:31:12 +0200 | [diff] [blame] | 468 | ret: |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 469 | free(allocated); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 470 | } |
| 471 | |
Denys Vlasenko | 6027597 | 2018-05-14 11:06:35 +0200 | [diff] [blame] | 472 | int FAST_FUNC udhcp_str2optset(const char *const_str, void *arg, |
| 473 | const struct dhcp_optflag *optflags, const char *option_strings, |
| 474 | bool dhcpv6) |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 475 | { |
| 476 | struct option_set **opt_list = arg; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 477 | char *opt; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 478 | char *str; |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 479 | const struct dhcp_optflag *optflag; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 480 | struct dhcp_optflag userdef_optflag; |
Denys Vlasenko | 4f3aa51 | 2010-04-04 15:31:12 +0200 | [diff] [blame] | 481 | unsigned optcode; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 482 | int retval; |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 483 | /* IP_PAIR needs 8 bytes, STATIC_ROUTES needs 9 max */ |
| 484 | char buffer[9] ALIGNED(4); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 485 | uint16_t *result_u16 = (uint16_t *) buffer; |
| 486 | uint32_t *result_u32 = (uint32_t *) buffer; |
| 487 | |
| 488 | /* Cheat, the only *const* str possible is "" */ |
| 489 | str = (char *) const_str; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 490 | opt = strtok(str, " \t=:"); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 491 | if (!opt) |
| 492 | return 0; |
| 493 | |
Denys Vlasenko | 4f3aa51 | 2010-04-04 15:31:12 +0200 | [diff] [blame] | 494 | optcode = bb_strtou(opt, NULL, 0); |
| 495 | if (!errno && optcode < 255) { |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 496 | /* Raw (numeric) option code. |
| 497 | * Initially assume binary (hex-str), but if "str" or 'str' |
| 498 | * is seen later, switch to STRING. |
| 499 | */ |
| 500 | userdef_optflag.flags = OPTION_BIN; |
| 501 | userdef_optflag.code = optcode; |
| 502 | optflag = &userdef_optflag; |
Denys Vlasenko | 4f3aa51 | 2010-04-04 15:31:12 +0200 | [diff] [blame] | 503 | } else { |
Denys Vlasenko | ba4fbca | 2017-06-28 19:18:17 +0200 | [diff] [blame] | 504 | optflag = &optflags[udhcp_option_idx(opt, option_strings)]; |
Denys Vlasenko | 4f3aa51 | 2010-04-04 15:31:12 +0200 | [diff] [blame] | 505 | } |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 506 | |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 507 | /* Loop to handle OPTION_LIST case, else execute just once */ |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 508 | retval = 0; |
| 509 | do { |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 510 | int length; |
| 511 | char *val; |
| 512 | |
Samuel Mendoza-Jonas | 43b9235 | 2018-05-14 14:29:15 +1000 | [diff] [blame] | 513 | if (optflag->flags == OPTION_BIN) { |
| 514 | val = strtok(NULL, ""); /* do not split "'q w e'" */ |
| 515 | trim(val); |
| 516 | } else |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 517 | val = strtok(NULL, ", \t"); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 518 | if (!val) |
| 519 | break; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 520 | |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 521 | length = dhcp_option_lengths[optflag->flags & OPTION_TYPE_MASK]; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 522 | retval = 0; |
| 523 | opt = buffer; /* new meaning for variable opt */ |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 524 | |
Denys Vlasenko | c03602b | 2010-04-04 15:28:49 +0200 | [diff] [blame] | 525 | switch (optflag->flags & OPTION_TYPE_MASK) { |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 526 | case OPTION_IP: |
| 527 | retval = udhcp_str2nip(val, buffer); |
| 528 | break; |
| 529 | case OPTION_IP_PAIR: |
| 530 | retval = udhcp_str2nip(val, buffer); |
| 531 | val = strtok(NULL, ", \t/-"); |
| 532 | if (!val) |
| 533 | retval = 0; |
| 534 | if (retval) |
| 535 | retval = udhcp_str2nip(val, buffer + 4); |
| 536 | break; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 537 | case_OPTION_STRING: |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 538 | case OPTION_STRING: |
Denys Vlasenko | 7280d20 | 2011-12-08 16:41:05 +0100 | [diff] [blame] | 539 | case OPTION_STRING_HOST: |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 540 | #if ENABLE_FEATURE_UDHCP_RFC3397 |
Denys Vlasenko | 243ddcb | 2010-04-03 17:34:52 +0200 | [diff] [blame] | 541 | case OPTION_DNS_STRING: |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 542 | #endif |
| 543 | length = strnlen(val, 254); |
| 544 | if (length > 0) { |
| 545 | opt = val; |
| 546 | retval = 1; |
| 547 | } |
| 548 | break; |
| 549 | // case OPTION_BOOLEAN: { |
Denys Vlasenko | 8a659f6 | 2010-04-03 00:52:16 +0200 | [diff] [blame] | 550 | // static const char no_yes[] ALIGN1 = "no\0yes\0"; |
| 551 | // buffer[0] = retval = index_in_strings(no_yes, val); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 552 | // retval++; /* 0 - bad; 1: "no" 2: "yes" */ |
| 553 | // break; |
| 554 | // } |
| 555 | case OPTION_U8: |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 556 | buffer[0] = bb_strtou32(val, NULL, 0); |
| 557 | retval = (errno == 0); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 558 | break; |
| 559 | /* htonX are macros in older libc's, using temp var |
| 560 | * in code below for safety */ |
| 561 | /* TODO: use bb_strtoX? */ |
| 562 | case OPTION_U16: { |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 563 | uint32_t tmp = bb_strtou32(val, NULL, 0); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 564 | *result_u16 = htons(tmp); |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 565 | retval = (errno == 0 /*&& tmp < 0x10000*/); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 566 | break; |
| 567 | } |
| 568 | // case OPTION_S16: { |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 569 | // long tmp = bb_strtoi32(val, NULL, 0); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 570 | // *result_u16 = htons(tmp); |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 571 | // retval = (errno == 0); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 572 | // break; |
| 573 | // } |
| 574 | case OPTION_U32: { |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 575 | uint32_t tmp = bb_strtou32(val, NULL, 0); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 576 | *result_u32 = htonl(tmp); |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 577 | retval = (errno == 0); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 578 | break; |
| 579 | } |
| 580 | case OPTION_S32: { |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 581 | int32_t tmp = bb_strtoi32(val, NULL, 0); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 582 | *result_u32 = htonl(tmp); |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 583 | retval = (errno == 0); |
| 584 | break; |
| 585 | } |
| 586 | case OPTION_STATIC_ROUTES: { |
| 587 | /* Input: "a.b.c.d/m" */ |
| 588 | /* Output: mask(1 byte),pfx(0-4 bytes),gw(4 bytes) */ |
| 589 | unsigned mask; |
| 590 | char *slash = strchr(val, '/'); |
| 591 | if (slash) { |
| 592 | *slash = '\0'; |
| 593 | retval = udhcp_str2nip(val, buffer + 1); |
| 594 | buffer[0] = mask = bb_strtou(slash + 1, NULL, 10); |
| 595 | val = strtok(NULL, ", \t/-"); |
| 596 | if (!val || mask > 32 || errno) |
| 597 | retval = 0; |
| 598 | if (retval) { |
| 599 | length = ((mask + 7) >> 3) + 5; |
| 600 | retval = udhcp_str2nip(val, buffer + (length - 4)); |
| 601 | } |
| 602 | } |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 603 | break; |
| 604 | } |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 605 | case OPTION_BIN: |
| 606 | /* Raw (numeric) option code. Is it a string? */ |
| 607 | if (val[0] == '"' || val[0] == '\'') { |
| 608 | char delim = val[0]; |
| 609 | char *end = last_char_is(val + 1, delim); |
| 610 | if (end) { |
| 611 | *end = '\0'; |
| 612 | val++; |
| 613 | userdef_optflag.flags = OPTION_STRING; |
| 614 | goto case_OPTION_STRING; |
| 615 | } |
| 616 | } |
| 617 | /* No: hex-str option, handled in attach_option() */ |
Denys Vlasenko | 4f3aa51 | 2010-04-04 15:31:12 +0200 | [diff] [blame] | 618 | opt = val; |
| 619 | retval = 1; |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 620 | break; |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 621 | default: |
| 622 | break; |
| 623 | } |
Denys Vlasenko | 266f6f1 | 2018-04-13 13:18:34 +0200 | [diff] [blame] | 624 | |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 625 | if (retval) |
Denys Vlasenko | 6027597 | 2018-05-14 11:06:35 +0200 | [diff] [blame] | 626 | attach_option(opt_list, optflag, opt, length, dhcpv6); |
Michael McTernan | ee0f444 | 2011-12-16 17:10:09 +0100 | [diff] [blame] | 627 | } while (retval && (optflag->flags & OPTION_LIST)); |
Denys Vlasenko | a8f6b99 | 2010-03-26 08:35:24 +0100 | [diff] [blame] | 628 | |
| 629 | return retval; |
| 630 | } |
Denys Vlasenko | a092a89 | 2011-11-16 20:17:12 +0100 | [diff] [blame] | 631 | |
| 632 | /* note: ip is a pointer to an IPv6 in network order, possibly misaliged */ |
| 633 | int FAST_FUNC sprint_nip6(char *dest, /*const char *pre,*/ const uint8_t *ip) |
| 634 | { |
| 635 | char hexstrbuf[16 * 2]; |
| 636 | bin2hex(hexstrbuf, (void*)ip, 16); |
| 637 | return sprintf(dest, /* "%s" */ |
| 638 | "%.4s:%.4s:%.4s:%.4s:%.4s:%.4s:%.4s:%.4s", |
| 639 | /* pre, */ |
| 640 | hexstrbuf + 0 * 4, |
| 641 | hexstrbuf + 1 * 4, |
| 642 | hexstrbuf + 2 * 4, |
| 643 | hexstrbuf + 3 * 4, |
| 644 | hexstrbuf + 4 * 4, |
| 645 | hexstrbuf + 5 * 4, |
| 646 | hexstrbuf + 6 * 4, |
| 647 | hexstrbuf + 7 * 4 |
| 648 | ); |
| 649 | } |