Re: [PATCH for 7.0 V10 6/6] net/net.c: Add handler for passthrough filter command

2021-11-19 Thread Markus Armbruster
This is not review; I'm merely pointing out errors that caught my eye. Zhang Chen writes: > Use the connection protocol,src port,dst port,src ip,dst ip as the key > to passthrough certain network traffic in object with network packet > processing function. > > Signed-off-by: Zhang Chen > --- >

[PATCH for 7.0 V10 6/6] net/net.c: Add handler for passthrough filter command

2021-11-11 Thread Zhang Chen
Use the connection protocol,src port,dst port,src ip,dst ip as the key to passthrough certain network traffic in object with network packet processing function. Signed-off-by: Zhang Chen --- net/net.c | 199 +- 1 file changed, 197 insertions(+)