Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskarvakamullu-nexthop committed Jan 23, 2025
1 parent be870a6 commit 903e0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/aaa.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ def statistics(option):
del_table_key('RADIUS', 'global', 'statistics')
else:
if option == 'enable':
add_table_kv('RADIUS', 'global', 'statistics', True)
add_table_kv('RADIUS', 'global', 'statistics', true)
elif option == 'disable':
add_table_kv('RADIUS', 'global', 'statistics', False)
add_table_kv('RADIUS', 'global', 'statistics', false)
radius.add_command(statistics)


Expand Down

0 comments on commit 903e0c8

Please sign in to comment.