commit | fc51f2b7e5f6cc0bb1958efda18926b0c600e9d9 | [log] [tgz] |
---|---|---|
author | Gao Feng <gfree.wind@gmail.com> | Mon Nov 21 08:26:38 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 21 11:58:49 2016 -0500 |
tree | e223ab19084a0a36e5bd2ab0e99d1840da1e6d57 | |
parent | dad42c3038a59d27fced28ee4ec1d4a891b28155 [diff] |
driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_source The function macvlan_forward_source_one has already checked the flag IFF_UP, so needn't check it outside in macvlan_forward_source too. Signed-off-by: Gao Feng <gfree.wind@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>