Hallo I use freeradius 0.9.3 with pppd 2.4.2 and I've included in the
dictionary file the attached file. It will be good it to be included in
the main distribution, because it allows to be set the maxoctet limit with
the Session-Octets-Limit Attribute.
# Limit session traffic
ATTRIBUTE Session-Octets-Limit 227 integer
# What to assume as limit - 0 in+out, 1 in, 2 out, 3 max(in,out)
ATTRIBUTE Octets-Direction 228 integer
# Octets-Direction
VALUE Octets-Direction Sum 0
VALUE Octets-Direction Input 1
VALUE Octets-Direction Output 2
VALUE Octets-Direction MaxOveral 3
VALUE Octets-Direction MaxSession 4