From e1ddd2e9eead86cee3de7c878a6e104aa72df602 Mon Sep 17 00:00:00 2001 From: Artem Glazychev Date: Thu, 7 Sep 2023 15:14:11 +0700 Subject: [PATCH] vppinfra: fix setns typo Signed-off-by: Artem Glazychev --- patch/patch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patch/patch.sh b/patch/patch.sh index cf5dd3a2..274d9385 100755 --- a/patch/patch.sh +++ b/patch/patch.sh @@ -12,6 +12,9 @@ function git_cherry_pick () git commit --amend -m "gerrit:${refs#refs/changes/*/} $(git log -1 --pretty=%B)" } +# NSM cherry picks +git_cherry_pick refs/changes/03/39503/1 # 39503: vppinfra: fix setns typo | https://gerrit.fd.io/r/c/vpp/+/39503 + # 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