File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / get1steth.h
Revision 1.1.2.6: download - view: text, annotated - select for diffs - revision graph
Tue Nov 2 01:54:58 2010 UTC (13 years, 9 months ago) by misho
Branches: tools1_0
added new scripts and many other things and corrects

/*************************************************************************
 * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
 *  by Michael Pounov <misho@aitbg.com>
 *
 * $Author: misho $
 * $Id: get1steth.h,v 1.1.2.6 2010/11/02 01:54:58 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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>