Skip to content

Commit 51fe4aa

Browse files
committed
Updated netlink sonic-swss-common patch PR
1 parent e569271 commit 51fe4aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonic_falcon_mvl_patch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
SONIC_MASTER_JUN30_COMMIT="96fedf1ae9ebcc6604daced6b7dd577eaeb26883"
1616

17-
declare -a PATCHES=(P1 P2 P3 P4 P5 P6)
17+
declare -a PATCHES=(P1 P2 P3 P4 P5 P6 P7)
1818

1919
url="https://github.com/Azure"
2020
urlsai="https://patch-diff.githubusercontent.com/raw/opencomputeproject"
@@ -26,6 +26,7 @@ declare -A P3=( [NAME]=sonic-utilities [DIR]=src/sonic-utilities [PR]="1140" [UR
2626
declare -A P4=( [NAME]=sonic-linux-kernel [DIR]=src/sonic-linux-kernel [PR]="" [URL]="$url" [PREREQ]="apply_buster_kernel" )
2727
declare -A P5=( [NAME]=sonic-snmpagent [DIR]=src/sonic-snmpagent [PR]="134" [URL]="$url" [PREREQ]="" )
2828
declare -A P6=( [NAME]=sonic-sairedis [DIR]=src/sonic-sairedis [PR]="643" [URL]="$url" [PREREQ]="" )
29+
declare -A P7=( [NAME]=sonic-swss-common [DIR]=src/sonic-swss-common [PR]="391" [URL]="$url" [PREREQ]="" )
2930
#
3031
# END of CONFIGURATIONS
3132
#

0 commit comments

Comments
 (0)