From 3f990bf72d40e52c0d2f9d2d2604d31e3e278ff1 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Fri, 6 Jan 2017 10:28:40 -0500 Subject: [PATCH] changement des commandes en se basant sur la man --- HowtoOpenBSD/VLAN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 :