Skip to content

Commit

Permalink
accept default interface values for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Vinicius G. Cesario committed Aug 25, 2015
1 parent a86ae2c commit 9bf0a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networkapiclient/Interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def inserir(
id_ligacao_front,
id_ligacao_back,
id_equipamento,
tipo,
vlan):
tipo=None,
vlan=None):
"""Insert new interface for an equipment.
:param nome: Interface name.
Expand Down

0 comments on commit 9bf0a2c

Please sign in to comment.