auth.py: ajout de tests pour le filaire

This commit is contained in:
Daniel STAN 2014-08-27 21:58:40 +02:00
parent 526e57788a
commit 4a0bdcc42e
2 changed files with 37 additions and 1 deletions

View file

@ -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)