Revision e99c765011fb48e56b0ea7b66c618e205171a245 authored by Martynas Pumputis on 11 December 2020, 14:44:33 UTC, committed by Martynas Pumputis on 11 December 2020, 16:20:25 UTC
The updated version contains the following change:

    arping: Make PingOverIface* to accept source IP addr

    Instead of trying to derive the src IP with FindIPInNetworkFromIface(),
    accept src IP addr as a param. The latter function is broken for the
    case when the iface has IP addr assigned from the /32 subnet and there
    exists an route to the gw via the iface (GKE).

Also, use the source IP addr for arping from the nexthop route.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
1 parent 375fb8c
History
File Mode Size
bpf
config
consul
eks
ginkgo-ext
gke
helpers
k8sT
logger
packet
provision
runtime
standalone
Makefile -rw-r--r-- 1.2 KB
README.md -rw-r--r-- 160 bytes
Vagrantfile -rw-r--r-- 10.0 KB
archive_test_results.sh -rwxr-xr-x 302 bytes
archive_test_results_eks.sh -rwxr-xr-x 303 bytes
clean-local-registry-tag.sh -rwxr-xr-x 1.1 KB
docker-compose.yml -rw-r--r-- 1.0 KB
get-gh-comment-info.py -rw-r--r-- 432 bytes
get-vagrant-kubeconfig.sh -rwxr-xr-x 304 bytes
kubernetes-netperftest.sh -rwxr-xr-x 507 bytes
kubernetes-test.sh -rwxr-xr-x 3.7 KB
make-images-push-to-local-registry.sh -rwxr-xr-x 1.5 KB
post_build_agent.sh -rwxr-xr-x 376 bytes
print-node-ip.sh -rwxr-xr-x 130 bytes
test_suite_test.go -rw-r--r-- 9.8 KB
test_test.go -rw-r--r-- 726 bytes
vagrant-ci-start.sh -rwxr-xr-x 1.3 KB
vagrant-local-create-box.sh -rwxr-xr-x 567 bytes
vagrant-local-start-runtime.sh -rwxr-xr-x 370 bytes
vagrant-local-start.sh -rwxr-xr-x 743 bytes

README.md

back to top