Skip to content

Commit

Permalink
[WIP] adoption scenario a route issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karelyatin committed Dec 12, 2024
1 parent a7f183b commit fda3bf6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/gen-netatt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,12 @@ if [ -n "$IPV4_ENABLED" ]; then
cat >> ${DEPLOY_DIR}/internalapi.yaml <<EOF_CAT
"range": "${INTERNALAPI_PREFIX}.0/24",
"range_start": "${INTERNALAPI_PREFIX}.30",
"range_end": "${INTERNALAPI_PREFIX}.70"
"range_end": "${INTERNALAPI_PREFIX}.70",
"routes": [
{
"dst": "172.17.0.0/24"
}
]
EOF_CAT
elif [ -n "$IPV6_ENABLED" ]; then
cat >> ${DEPLOY_DIR}/internalapi.yaml <<EOF_CAT
Expand Down

0 comments on commit fda3bf6

Please sign in to comment.