From: Toni Wilen Date: Sun, 13 Nov 2016 13:12:31 +0000 (+0200) Subject: Slirp missed update, uaenet.device slirp works again. X-Git-Tag: 3400~28 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=de85070324e9fdce95e02bb5f01a2dbf314b68ef;p=francis%2Fwinuae.git Slirp missed update, uaenet.device slirp works again. --- diff --git a/ethernet.cpp b/ethernet.cpp index f8bfc735..8747c20d 100644 --- a/ethernet.cpp +++ b/ethernet.cpp @@ -45,7 +45,8 @@ static struct netdriverdata slirpd = UAENET_SLIRP, _T("slirp"), _T("SLIRP User Mode NAT"), 1500, - { 0x00,0x00,0x00,50,51,52 }, + { 0x00, 0x00, 0x00, 50, 51, 52 }, + { 0x00, 0x00, 0x00, 50, 51, 52 }, 1 }; static struct netdriverdata slirpd2 = @@ -53,7 +54,8 @@ static struct netdriverdata slirpd2 = UAENET_SLIRP_INBOUND, _T("slirp_inbound"), _T("SLIRP + Open ports (21-23,80)"), 1500, - { 0x00,0x00,0x00,50,51,52 }, + { 0x00, 0x00, 0x00, 50, 51, 52 }, + { 0x00, 0x00, 0x00, 50, 51, 52 }, 1 };