Annotation of embedtools/inc/get1steth.h, revision 1.1.2.4
1.1.2.4 ! misho 1: /*************************************************************************
! 2: * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
! 3: * by Michael Pounov <misho@aitbg.com>
! 4: *
! 5: * $Author: misho $
! 6: * $Id: defs.h,v 1.1.1.1.2.6 2009/11/17 14:56:03 misho Exp $
! 7: *
! 8: *************************************************************************/
1.1.2.1 misho 9: #ifndef __GET1STETH_H
10: #define __GET1STETH_H
11:
12:
1.1.2.3 misho 13: #define MODVLAN "if_vlan"
14:
1.1.2.2 misho 15: #define MGMT_VTAG 1
16: #define MGMT_IFACE "vlan4096"
17: #define MGMT_NAME "mgmt"
18: #define MGMT_ADDR "192.168.168.192"
19: #define MGMT_MASK "255.255.255.0"
1.1.2.1 misho 20:
21:
22: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>