]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/options.h
plugins/radius: Handle bindaddr keyword in radiusclient.conf
[ppp.git] / pppd / plugins / radius / options.h
index aa55305ac275b45598aca201393c544d2511d979..f4ad986a032efa472ebd2a6c49c2e66a1a816457 100644 (file)
@@ -55,6 +55,7 @@ static OPTION config_options[] = {
 {"radius_timeout",     OT_INT, ST_UNDEF, NULL},
 {"radius_retries",     OT_INT, ST_UNDEF, NULL},
 {"nas_identifier",      OT_STR, ST_UNDEF, ""},
+{"bindaddr",            OT_STR, ST_UNDEF, NULL},
 /* local options */
 {"login_local",                OT_STR, ST_UNDEF, NULL},
 };