From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 5/5] bridge: add version number Date: Tue, 20 Dec 2005 15:19:54 -0800 Message-ID: <20051220232155.044138000@localhost.localdomain> References: <20051220231949.772360000@localhost.localdomain> Content-Type: multipart/mixed; boundary="===============18449620255325216==" Cc: netdev@vger.kernel.org, bridge@osdl.org Return-path: To: David Miller List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.osdl.org Errors-To: bridge-bounces@lists.osdl.org List-Id: netdev.vger.kernel.org --===============18449620255325216== Content-Disposition: inline; filename=br-version.patch Add version info to bridge module. Signed-off-by: Stephen Hemminger --- br-2.6.16.orig/net/bridge/br.c +++ br-2.6.16/net/bridge/br.c @@ -67,3 +67,4 @@ EXPORT_SYMBOL(br_should_route_hook); module_init(br_init) module_exit(br_deinit) MODULE_LICENSE("GPL"); +MODULE_VERSION(BR_VERSION); --- br-2.6.16.orig/net/bridge/br_private.h +++ br-2.6.16/net/bridge/br_private.h @@ -29,6 +29,8 @@ #define BR_PORT_DEBOUNCE (HZ/10) +#define BR_VERSION "2.1" + typedef struct bridge_id bridge_id; typedef struct mac_addr mac_addr; typedef __u16 port_id; -- Stephen Hemminger OSDL http://developer.osdl.org/~shemminger --===============18449620255325216== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline _______________________________________________ Bridge mailing list Bridge@lists.osdl.org https://lists.osdl.org/mailman/listinfo/bridge --===============18449620255325216==--