Give jackdaw fe80::0 address and number webservers from fe80::1

This commit is contained in:
dak664 2010-12-14 23:22:01 +00:00
parent 1d2a5ca671
commit ced88c2eff
3 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,6 @@
#include <avr/eeprom.h>
/* Link layer ipv6 address will become fe80::102 */
uint8_t mac_address[8] EEMEM = {0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x2};
/* Link layer ipv6 address will become fe80::2 */
uint8_t mac_address[8] EEMEM = {0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02};
uint8_t server_name[16] EEMEM = "huginn";
uint8_t domain_name[30] EEMEM = "localhost";