commit | 2cf48a10aa1f45c7b1f1117a829f2f8a1a1309e2 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 25 19:47:29 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 01 20:44:21 2009 -0800 |
tree | 4b467e81ebb7aa6c6789791115426ab5837b701f | |
parent | cac477e8f1038c41b6f29d3161ce351462ef3df7 [diff] |
veth: Fix carrier detect The current implementation of carrier detect in veth is broken. It reports the link is down until both sides of the veth pair are administatively up and then forever after it reports link up. So fix veth so that it only reports link up when both interfaces of the pair are administratively up. Signed-off-by: Eric Biederman <ebiederm@aristanetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>