We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e134547 commit 7802473Copy full SHA for 7802473
1 file changed
raddb/sites-available/buffered-sql
@@ -144,6 +144,19 @@ server buffered-sql {
144
# Accounting. Log the accounting data.
145
#
146
accounting {
147
+ #
148
+ # If you receive stop packets with zero session length,
149
+ # they will NOT be logged in the database. The SQL module
150
+ # will print a message (only in debugging mode), and will
151
+ # return "noop".
152
153
+ # You can ignore these packets by uncommenting the following
154
+ # three lines. Otherwise, the server will not respond to the
155
+ # accounting request, and the NAS will retransmit.
156
157
+ # if (noop) {
158
+ # ok
159
+ # }
160
161
# Log traffic to an SQL database.
162
0 commit comments