]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Slirp missed update, uaenet.device slirp works again.
authorToni Wilen <twilen@winuae.net>
Sun, 13 Nov 2016 13:12:31 +0000 (15:12 +0200)
committerToni Wilen <twilen@winuae.net>
Sun, 13 Nov 2016 13:12:31 +0000 (15:12 +0200)
ethernet.cpp

index f8bfc73529de526de2f1e5e2dc10a0f4671ff58e..8747c20d2c982eb1ba1f9d319452e589512d8793 100644 (file)
@@ -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
 };