Commit da0b4d3
committed
chore: update katran submodule to 646da65e
Upstream commits since last release:
f87971f2 Add CIDR prefix VIP support in BPF datapath
786a3b66 Add egress decap support: DECAP_EGRESS flag + XDP_TX path
43346aab Add source IP:port matching for DSR encapsulation
22961e49 batch_167
494c9612 Fix typo whcih to which in comment at cia/prp/main.py line 1286...
00d7e5b0 At line 88, fix the typo thier to their in the... in base.py and...1 parent e490475 commit da0b4d3
1 file changed
Lines changed: 1 addition & 1 deletion
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- build/fbcode_builder/CMake/FBThriftPythonLibrary.cmake+332
- build/fbcode_builder/getdeps.py+7-5
- build/fbcode_builder/getdeps/builder.py+3
- build/fbcode_builder/getdeps/buildopts.py+2-1
- build/fbcode_builder/getdeps/cargo.py+4-1
- build/fbcode_builder/getdeps/fetcher.py+31-1
- build/fbcode_builder/getdeps/test/safe_extract_test.py+109
- build/fbcode_builder/manifests/cachelib+2-2
- build/fbcode_builder/manifests/fboss+7-7
- build/fbcode_builder/manifests/fbthrift+5
- build/fbcode_builder/manifests/highs-optimizer+21
- build/fbcode_builder/manifests/libevent-python+1
- build/fbcode_builder/manifests/rebalancer+1-3
- katran/decap/tc_bpf/tc_decap.bpf.c+3
- katran/decap/tc_bpf/tc_decap_kern_helpers.h+11
- katran/decap/tc_bpf/tc_srcmatch.bpf.c+114
- katran/decap/testing/TcSrcMatchTestFixtures.h+123
- katran/decap/testing/tc_srcmatch_tester.cpp+54
- katran/lib/BalancerStructs.h+11
- katran/lib/KatranLb.cpp+90-3
- katran/lib/KatranLb.h+32
- katran/lib/KatranLbStructs.h+6
- katran/lib/bpf/balancer.bpf.c+57-8
- katran/lib/bpf/balancer_consts.h+19
- katran/lib/bpf/balancer_maps.h+13
- katran/lib/bpf/healthchecking.bpf.c+16
- katran/lib/bpf/healthchecking_helpers.h+50
- katran/lib/bpf/healthchecking_ipip.c+1
- katran/lib/bpf/healthchecking_maps.h+10
- katran/lib/bpf/healthchecking_structs.h+15
- katran/lib/testing/fixtures/KatranCidrVipTestFixtures.h+122
- katran/lib/testing/fixtures/KatranEgressDecapTestFixtures.h+94
- katran/lib/testing/framework/katran_tester.cpp+10
- katran/lib/testing/python/fplane_testing.py+9-57
- katran/lib/testing/utils/KatranTestProvision.cpp+26
- katran/lib/testing/utils/KatranTestProvision.h+12-1
- katran/lib/testing/utils/KatranTestUtil.cpp+45
- katran/lib/testing/utils/KatranTestUtil.h+2
- katran/lib/tests/KatranLbTest.cpp+72
0 commit comments