From de85070324e9fdce95e02bb5f01a2dbf314b68ef Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 13 Nov 2016 15:12:31 +0200 Subject: [PATCH] Slirp missed update, uaenet.device slirp works again. --- ethernet.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }; -- 2.47.3