Skip to content

Commit

Permalink
Fix Two issues when using config node as unified #20019 (#20020)
Browse files Browse the repository at this point in the history
Fix Two issues when using config node as unified
  • Loading branch information
eddieruan-alibaba authored Sep 9, 2024
1 parent 66b9ec5 commit 4e23904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockers/docker-fpm-frr/docker_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ elif [ "$CONFIG_TYPE" == "unified" ]; then
CFGGEN_PARAMS=" \
-d \
-y /etc/sonic/constants.yml \
-T /usr/local/sonic/frrcfgd \
-t /usr/share/sonic/templates/gen_frr.conf.j2,/etc/frr/frr.conf \
"
sonic-cfggen $CFGGEN_PARAMS
Expand Down

0 comments on commit 4e23904

Please sign in to comment.