Skip to content

Commit b7f1af9

Browse files
committed
NLB-6212: override zone_sync arg
1 parent cf23abc commit b7f1af9

File tree

4 files changed

+6
-24
lines changed

4 files changed

+6
-24
lines changed

analyze_nplus_R33_directives.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analyze_nplus_latest_directives.gen.go

Lines changed: 1 addition & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/generate/configs/nplus_R33_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"uuid_file": [["ngxMgmtMainConf", "ngxConfNoArgs", "ngxConfTake1"]],
119119
"enforce_initial_report": [["ngxMgmtMainConf","ngxConfFlag"]],
120120
"license_token": [["ngxMgmtMainConf","ngxConfTake1"]],
121-
"state_path": [["ngxMgmtMainConf","ngxConfTake1"]]
121+
"state_path": [["ngxMgmtMainConf","ngxConfTake1"]],
122+
"zone_sync": [["ngxStreamSrvConf","ngxConfNoArgs"]]
122123
},
123124

124125
"matchFuncComment":"MatchNginxPlusR33 contains directives in Nginx Plus R33 source code(including GEOIP, Perl, and XSLT)"

scripts/generate/configs/nplus_latest_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"uuid_file": [["ngxMgmtMainConf", "ngxConfNoArgs", "ngxConfTake1"]],
119119
"enforce_initial_report": [["ngxMgmtMainConf","ngxConfFlag"]],
120120
"license_token": [["ngxMgmtMainConf","ngxConfTake1"]],
121-
"state_path": [["ngxMgmtMainConf","ngxConfTake1"]]
121+
"state_path": [["ngxMgmtMainConf","ngxConfTake1"]],
122+
"zone_sync": [["ngxStreamSrvConf","ngxConfNoArgs"]]
122123
},
123124
"matchFuncComment":"MatchNginxPlusLatest contains directives in latest version of Nginx Plus source code(including GEOIP, Perl, and XSLT)"
124125
}

0 commit comments

Comments
 (0)