--- embedtools/inc/get1steth.h 2009/12/18 16:18:51 1.1 +++ embedtools/inc/get1steth.h 2011/06/08 12:45:40 1.2 @@ -0,0 +1,22 @@ +/************************************************************************* + * (C) 2010 AITNET - Sofia/Bulgaria - + * by Michael Pounov + * + * $Author: misho $ + * $Id: get1steth.h,v 1.2 2011/06/08 12:45:40 misho Exp $ + * + *************************************************************************/ +#ifndef __GET1STETH_H +#define __GET1STETH_H + + +#define MODVLAN "if_vlan" + +#define MGMT_VTAG 4093 +#define MGMT_IFACE "vlan4093" +#define MGMT_NAME "mgmt" +#define MGMT_ADDR "10.254.254.254" +#define MGMT_MASK "255.255.255.252" + + +#endif