[net-next v3] tipc: add loopback device tracking

2019-08-06 Thread john . rutherford
From: John Rutherford Since node internal messages are passed directly to the socket, it is not possible to observe those messages via tcpdump or wireshark. We now remedy this by making it possible to clone such messages and send the clones to the loopback interface. The clones are dropped at

[net-next] tipc: fix missing indentation in source code

2019-06-23 Thread john . rutherford
Fix misalignment of policy statement in netlink.c due to automatic spatch code transformation. Fixes: 3b0f31f2b8c9 ("genetlink: make policy common to family") Acked-by: Jon Maloy Signed-off-by: John Rutherford --- net/tipc/netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[net-next v2] tipc: add loopback device tracking

2019-06-23 Thread john . rutherford
functional role except making the traffic visible. The feature is turned on/off by enabling/disabling the loopback "bearer" "eth:lo". Acked-by: Jon Maloy Signed-off-by: John Rutherford --- net/tipc/bcast.c | 4 +++- ne