[binding] Corrections de bugs dans l'implémentation de l'ipv6
This commit is contained in:
parent
d8e716f22b
commit
92195b6aa8
3 changed files with 12 additions and 5 deletions
|
@ -342,7 +342,7 @@ def list_machines(machines) :
|
|||
|
||||
return tableau(data,
|
||||
titre = [u'mid', u'rid', u'Type', u'Nom de machine', u'Adresse IP', u'Adresse IPv6', u'Adresse MAC', u'Limitation'],
|
||||
largeur = [5, 5, 4, '*', 24, 17, 19, 10],
|
||||
largeur = [5, 5, 4, '*', 15, 22, 17, 10],
|
||||
alignement = ['d', 'd', 'c', 'c', 'c', 'c', 'c', 'c'])
|
||||
|
||||
def list_bornes(bornes) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue