From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Cohen Subject: add/delete VLANs programatically Date: Sun, 7 Sep 2008 10:12:46 +0300 Message-ID: <20080907071246.GA12270@mtls03> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: netdev@vger.kernel.org Return-path: Received: from mail.mellanox.co.il ([194.90.237.43]:34653 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752188AbYIGHSw (ORCPT ); Sun, 7 Sep 2008 03:18:52 -0400 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Hi, I need to find a way to manipulate VLANs from a kernel module; specifically, I need to add and remove VLANs. Is that possible at all? How? Thanks, Eli