Annotation of embedtools/inc/get1steth.h, revision 1.2
1.2 ! misho 1: /*************************************************************************
! 2: * (C) 2010 AITNET - Sofia/Bulgaria - <office@aitbg.com>
! 3: * by Michael Pounov <misho@aitbg.com>
! 4: *
! 5: * $Author: misho $
! 6: * $Id: get1steth.h,v 1.1.2.6 2010/11/02 01:54:58 misho Exp $
! 7: *
! 8: *************************************************************************/
! 9: #ifndef __GET1STETH_H
! 10: #define __GET1STETH_H
! 11:
! 12:
! 13: #define MODVLAN "if_vlan"
! 14:
! 15: #define MGMT_VTAG 4093
! 16: #define MGMT_IFACE "vlan4093"
! 17: #define MGMT_NAME "mgmt"
! 18: #define MGMT_ADDR "10.254.254.254"
! 19: #define MGMT_MASK "255.255.255.252"
! 20:
! 21:
! 22: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>