From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 10 May 2005 06:23:24 +0530 From: srinivas naga vutukuri Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Subject: [Bridge] Can it possible to call the bridge ioctl calls from another module code... Reply-To: srinivas naga vutukuri List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.osdl.org Hi, I am using 2.4.x kernel and the kernel native bridge code (for bridging). I am creating Pseudo net_devices' which should be added to the bridge interfaces. without intervention of bridge-utils (ie., brctl) to add interface from the userland, can i able to call the br_ioctl (), br_ioctl_deviceless_stub () which is calling the static br_ioctl_deviceless () function, which is adding/deleting the interface from the bridge. But my doubt is they are not defined as static, am thought global scope, but no where exported those function symbols, so using directly into another module is correct way of usage? Thanks for help in advance. best regards, srinivas.