Revision 9831d981fc90760e810066f2f7d67bd2dc9e6b1c authored by Daniel Borkmann on 18 November 2020, 15:46:58 UTC, committed by Daniel Borkmann on 20 November 2020, 10:28:57 UTC
Example invocation:

  ./daemon/cilium-agent --enable-ipv4=true --enable-ipv6=true \
      --datapath-mode=lb-only --bpf-lb-algorithm=maglev       \
      --bpf-lb-maglev-table-size=65521 --bpf-lb-mode=dsr      \
      --bpf-lb-acceleration=native --bpf-lb-dsr-dispatch=ipip \
      --devices=enp2s0np0

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
1 parent 03f14fe
History
File Mode Size
doc.go -rw-r--r-- 709 bytes
error.go -rw-r--r-- 2.3 KB
policy.go -rw-r--r-- 5.2 KB
policy_test.go -rw-r--r-- 3.9 KB
request.go -rw-r--r-- 7.3 KB
response.go -rw-r--r-- 7.3 KB

back to top