diff --git a/HowtoOpenBSD/VLAN.md b/HowtoOpenBSD/VLAN.md index 9fd5fd8c..42c055d2 100644 --- a/HowtoOpenBSD/VLAN.md +++ b/HowtoOpenBSD/VLAN.md @@ -13,8 +13,8 @@ Création de 2 VLANs, 1 et 7, rattachés à l'interface bnx0 ~~~ # ifconfig vlan1 create # ifconfig vlan7 create -# ifconfig vlan1 vlan 1 vlandev bnx0 -# ifconfig vlan7 vlan 7 vlandev bnx0 +# ifconfig vlan1 parent bnx0 vnetid 1 +# ifconfig vlan7 parent bnx0 vnetid 7 ~~~ On configure ensuite l'interface de la même manière qu'une interface classique :