summaryrefslogtreecommitdiff
path: root/net/freeradius-client/files/patch-lib__options.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeradius-client/files/patch-lib__options.h')
-rw-r--r--net/freeradius-client/files/patch-lib__options.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/freeradius-client/files/patch-lib__options.h b/net/freeradius-client/files/patch-lib__options.h
new file mode 100644
index 000000000000..5d2f000fc16c
--- /dev/null
+++ b/net/freeradius-client/files/patch-lib__options.h
@@ -0,0 +1,10 @@
+--- lib/options.h
++++ lib/options.h
+@@ -50,6 +50,7 @@
+ {"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},
+ };