summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-05-14 16:08:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-15 08:16:30 +0200
commitbe0404c21f22da2d736168b2e56a9ae583cc3e95 (patch)
tree637570fff15aee4bc8f44376a04b4068fbeeb38f /drivers/net/phy/phy.c
parent22b878d2518a2b31c5991f9c47a2b176f0ac246d (diff)
downloadbarebox-be0404c21f22da2d736168b2e56a9ae583cc3e95.tar.gz
barebox-be0404c21f22da2d736168b2e56a9ae583cc3e95.tar.xz
net: Allow to use multiple network interfaces at once
In barebox network packets always go out at the current ethernet device and are expected to be received from the current interface. This has some side effects. When for example an NFS is mounted when one interface is active and the interface is changed afterwards the NFS packets leave the new interface, but the NFS server won't be reachable there. Instead of changing the whole network traffic to the current ethernet interface we now initialize a network connection with the current network interface, but then the connection will continue to use that interface even when the current interface is changed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy/phy.c')
0 files changed, 0 insertions, 0 deletions