We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a65d0 commit 6babbd6Copy full SHA for 6babbd6
lib/routelib/routelib.lua
@@ -536,7 +536,7 @@ end
536
-- routes that have stats should assign stats or global overrides in this conf
537
-- stage.
538
-- NOTE: we are editing the entries in-place
539
-local function main_configure_router(set, pools, c_in)
+local function main_configure_router(set, pools, c_in, tag)
540
-- create ctx object to hold label + command
541
local ctx = {
542
label = function(self)
@@ -683,7 +683,7 @@ local function main_routes_parse(c_in, pools)
683
end
684
685
686
- main_configure_router(set, pools, c_in)
+ main_configure_router(set, pools, c_in, tag)
687
found = true
688
689
0 commit comments