commit | 1f6c77ac9e6ecef152fd5df94c4b3c346adb197a | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@codeconstruct.com.au> | Wed Sep 29 15:26:06 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 29 11:00:11 2021 +0100 |
tree | 33799c101a27e1b8a0a15253e949db7abb2ad547 | |
parent | f364dd71d92fe6722fe5d47803be974dc0c40762 [diff] |
mctp: Allow local delivery to the null EID We may need to receive packets addressed to the null EID (==0), but addressed to us at the physical layer. This change adds a lookup for local routes when we see a packet addressed to EID 0, and a local phys address. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>