bpf: clean up from test_tcpbpf_kern.c
Removed commented lines from test_tcpbpf_kern.c
Fixes: d6d4f60c3a
bpf: add selftest for tcpbpf
Signed-off-by: Lawrence Brakmo <brakmo@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
parent
9c147b56fc
commit
771fc607e6
|
@ -79,9 +79,6 @@ int bpf_testcb(struct bpf_sock_ops *skops)
|
|||
}
|
||||
break;
|
||||
case BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB:
|
||||
/* Set callback */
|
||||
// good_call_rv = bpf_sock_ops_cb_flags_set(skops,
|
||||
// BPF_SOCK_OPS_STATE_CB_FLAG);
|
||||
skops->sk_txhash = 0x12345f;
|
||||
v = 0xff;
|
||||
rv = bpf_setsockopt(skops, SOL_IPV6, IPV6_TCLASS, &v,
|
||||
|
|
Loading…
Reference in New Issue