23/02/2003 - Kieran Mansley - kieranm@gtemail.net
* Applied patch #2679 * Sets netif->flags at line 202 to NETIF_FLAG_POINTTOPOINT
This commit is contained in:
@@ -199,6 +199,7 @@ slipif_init(struct netif *netif)
|
||||
netif->name[1] = 'l';
|
||||
netif->output = slipif_output;
|
||||
netif->mtu = 1500;
|
||||
netif->flags = NETIF_FLAG_POINTTOPOINT;
|
||||
|
||||
netif->state = sio_open(netif->num);
|
||||
if (!netif->state)
|
||||
|
||||
Reference in New Issue
Block a user