changeset 2254:1fd37d1ad6fb draft

Send auth when all protocol options specified.
author Roy Marples <roy@marples.name>
date Thu, 30 Jan 2014 08:25:11 +0000
parents 9b39fde6d3e5
children 53e2bcc94b22
files if-options.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/if-options.c	Wed Jan 29 19:46:44 2014 +0000
+++ b/if-options.c	Thu Jan 30 08:25:11 2014 +0000
@@ -1615,6 +1615,7 @@
 			syslog(LOG_ERR, "%s: unsupported RDM", arg);
 			return -1;
 		}
+		ifo->auth.options |= DHCPCD_AUTH_SEND;
 		break;
 	case O_AUTHTOKEN:
 		fp = strwhite(arg);