summaryrefslogtreecommitdiff
path: root/net/freeradius-client/files/patch-lib__options.h
blob: d0d444479e11f2cb4763e6e3fbd8295620b17f9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/options.h.orig	2015-01-19 16:18:26 UTC
+++ lib/options.h
@@ -50,6 +50,7 @@ static OPTION config_options_default[] = {
 {"radius_retries",	OT_INT,	ST_UNDEF, NULL},
 {"radius_deadtime",	OT_INT, ST_UNDEF, NULL},
 {"bindaddr",		OT_STR, ST_UNDEF, NULL},
+{"nasaddr",		OT_STR, ST_UNDEF, NULL},
 /* local options */
 {"login_local",		OT_STR, ST_UNDEF, NULL},
 };