commit | 44edef77bd92730e1520b07f5ae2c9f4628738a8 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue May 15 16:20:52 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed May 16 22:04:52 2018 +0200 |
tree | c974f9f6e52e873b0444c3f8f634741fbf74c88f | |
parent | 5b26ace65012cbf3b54a68c39041bcd8ae5e31a7 [diff] |
samples/bpf: Decrement ttl in fib forwarding example Only consider forwarding packets if ttl in received packet is > 1 and decrement ttl before handing off to bpf_redirect_map. Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>