Skip to content

Commit

Permalink
Remove duplicate route table config update
Browse files Browse the repository at this point in the history
writeNetPostConfig calls writeRouteTableConfig, so it's not
necessary to have them in both places. Also, calling
writeRouteTableConfig with no arguments is a no-op.
  • Loading branch information
brakthehack committed Apr 22, 2021
1 parent 3a63d22 commit c910699
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ if [ ! -f "$first_boot_path" ]; then
setDataPlaneAPIPort
writeCAfiles
writeAnyipConfig
writeRouteTableConfig
writeNetPostConfig
else
ensureMetadata
Expand Down

0 comments on commit c910699

Please sign in to comment.