Commit 1b5bd543 authored by Jeff Dike's avatar Jeff Dike

A small network bug fix from 2.4.19-7.

parent 1c42c330
......@@ -317,6 +317,10 @@ static int eth_configure(struct uml_net *device, int n)
dev->set_config = NULL;
dev->accept_fastpath = 0;
dev->br_port = 0;
dev->mem_start = 0;
dev->mem_end = 0;
dev->rmem_start = 0;
dev->rmem_end = 0;
rtnl_lock();
err = register_netdevice(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment