mac changed

FossilOrigin-Name: 2175959b9bef52b585e839f8c5d1688b45cdeca22a57a03a18a1670b18ff52f7
This commit is contained in:
7u83@mail.ru 2016-04-01 05:37:16 +00:00
parent dc29737ad4
commit 58fd78b696

View File

@ -17,7 +17,7 @@ bstr_t get_base_rmac()
// static uint8_t rm[8] = { 0x00, 0x4a, 0x99, 0x02, 0xfa, 0xc0 };
// static uint8_t rm[8]={0x00,0x3a,0x99,0x02,0xfa,0xc0};
static uint8_t rm[8]={0x00,0x3a,0x99,0x03,0xfa,0xc0};
static uint8_t rm[8]={0x00,0x3a,0x99,0x04,0xfa,0xc0};
return bstr_create(rm, 6);
}