diff --git a/opentrafficshaper.conf b/opentrafficshaper.conf index 64a0c273438c2e37cd4311aa731e4acf3156ff00..1abddb4c9197e5cc238fece9bd7c4a314166b18f 100644 --- a/opentrafficshaper.conf +++ b/opentrafficshaper.conf @@ -36,8 +36,8 @@ load=tc # General shaping settings # [shaping] -# Group 0 is by default the "Default" group -group=0:Default +# Group 1 is by default the "Default" group +group=1:Default # Traffic classes # ID's and short description of traffic classes to Setup. Traffic is @@ -55,10 +55,14 @@ class=6:Best Effort # Radius plugin # [plugin.radius] +dictionary_path=/etc/opentrafficshaper # Dictionaries we need to load for radius functionality dictionary=dicts/dictionary dictionary=dicts/dictionary.allworldit +# Expire traffic control entries from radius in this period of time if not updated +# Default: 86400 (1 day) +#expire_period=86400 #