auth.py: ajout de tests pour le filaire
This commit is contained in:
parent
526e57788a
commit
4a0bdcc42e
2 changed files with 37 additions and 1 deletions
|
@ -294,7 +294,7 @@ def post_auth_wifi(data):
|
|||
@radius_event
|
||||
def post_auth_fil(data):
|
||||
"""Idem, mais en filaire.
|
||||
Pas testé."""
|
||||
"""
|
||||
|
||||
port, vlan_name, reason = decide_vlan(data, False)
|
||||
mac = data.get('Calling-Station-Id', None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue