# Echo ID input
# Can be hex or binary
# 
# To set a particular locking criterion - Defined in lserv.h
#define VLS_LOCK_ID_PROM            0x001
#define VLS_LOCK_IP_ADDR            0x002
#define VLS_LOCK_DISK_ID            0x004
#define VLS_LOCK_HOSTNAME           0x008
#define VLS_LOCK_ETHERNET           0x010
#define VLS_LOCK_PORTABLE_SERV      0x080
#define VLS_LOCK_CUSTOM             0x100
#define VLS_LOCK_CPU                0x200
#define VLS_LOCK_CUSTOMEX           0x400
#define VLS_LOCK_HARD_DISK_SERIAL   0x800
#define VLS_LOCK_CPU_INFO           0x1000
#define VLS_LOCK_UUID               0x2000
#
# Some Examples
# All criteria 0x3F9F or 11111110011111
# IP Address only 0000000000010 or 0x2
0x14


