--- embedtools/inc/get1steth.h 2010/03/24 16:50:43 1.1.2.4 +++ embedtools/inc/get1steth.h 2010/05/07 16:17:44 1.1.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: get1steth.h,v 1.1.2.4 2010/03/24 16:50:43 misho Exp $ + * $Id: get1steth.h,v 1.1.2.5 2010/05/07 16:17:44 misho Exp $ * *************************************************************************/ #ifndef __GET1STETH_H @@ -12,11 +12,11 @@ #define MODVLAN "if_vlan" -#define MGMT_VTAG 1 -#define MGMT_IFACE "vlan4096" +#define MGMT_VTAG 4094 +#define MGMT_IFACE "vlan4094" #define MGMT_NAME "mgmt" -#define MGMT_ADDR "192.168.168.192" -#define MGMT_MASK "255.255.255.0" +#define MGMT_ADDR "10.254.254.254" +#define MGMT_MASK "255.255.255.252" #endif