commit | a54acb3a6f853e8394c4cb7b6a4d93c88f13eefd | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Thu Apr 02 17:07:00 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 02 14:04:59 2015 -0400 |
tree | b1e887d2bc8c205d4fe3b331e40fddba5de6ee01 | |
parent | 033f46b3c13d4072d8ee6b26dd1e90fdd06895d0 [diff] |
dev: introduce dev_get_iflink() The goal of this patch is to prepare the removal of the iflink field. It introduces a new ndo function, which will be implemented by virtual interfaces. There is no functional change into this patch. All readers of iflink field now call dev_get_iflink(). Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>