From bb7b997d79f37e783a4b61f4c69e2004623ab03b Mon Sep 17 00:00:00 2001 From: NikitaSkrynnik Date: Tue, 20 Feb 2024 13:43:40 +0700 Subject: [PATCH] Add a patch with updated ping API for vl3 healing Signed-off-by: NikitaSkrynnik --- patch/patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patch/patch.sh b/patch/patch.sh index a01f1f42..71384c15 100755 --- a/patch/patch.sh +++ b/patch/patch.sh @@ -18,6 +18,7 @@ git_cherry_pick refs/changes/28/39528/9 # 39528: ping: Simple binary API for run git_cherry_pick refs/changes/24/39824/1 # 39824: af_packet: remove UNIX_FILE_EVENT_EDGE_TRIGGERED flag | https://gerrit.fd.io/r/c/vpp/+/39824 git_cherry_pick refs/changes/19/40119/1 # 40119: af_packet: set next0 for AF_PACKET_IF_MODE_ETHERNET mode | https://gerrit.fd.io/r/c/vpp/+/40119 git_cherry_pick refs/changes/46/40246/9 # 40246: ping: Check only PING_RESPONSE_IP4 and PING_RESPONSE_IP6 events | https://gerrit.fd.io/r/c/vpp/+/40246 +git_cherry_pick refs/changes/25/40325/2 # 40325: ping: Allow to specify a source interface in ping binary API | https://gerrit.fd.io/r/c/vpp/+/40325 # Calico cherry picks git_cherry_pick refs/changes/26/34726/3 # 34726: interface: add buffer stats api | https://gerrit.fd.io/r/c/vpp/+/34726