From db5f7182405a13c26d746ed318dc6a6358c0c69c Mon Sep 17 00:00:00 2001 From: "Jain, Nupur" Date: Mon, 16 Feb 2026 13:46:23 -0600 Subject: [PATCH 1/2] Readme updated Signed-off-by: Jain, Nupur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d69c5..cbffa12 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ software. notifications because of watch on Service object resources. It passes any incremental changes to the Infra Manager component. - It interfaces with Infra Manager over the secure gRPC channel to pass all the - configurations. + configurations. The gRPC connection by default is secure. ### Kubernetes ARP Proxy From 73f70b4f409240ed16371a3422894c0370ce5c71 Mon Sep 17 00:00:00 2001 From: "Jain, Nupur" Date: Mon, 16 Feb 2026 13:56:34 -0600 Subject: [PATCH 2/2] Updated Readme Signed-off-by: Jain, Nupur --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbffa12..db6dbba 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ software. for the pipeline internal gateway IP address. - As the name suggests, it responds to ARP requests sent by the pods, seeking the MAC address of the common gateway. It responds with its interface's MAC - address. + address. This allows every pod to see gateway as it's next hop. ### Kubernetes P4 Pipeline