Skip to content

Commit 6babbd6

Browse files
Add tag argument to function
1 parent f0a65d0 commit 6babbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/routelib/routelib.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ end
536536
-- routes that have stats should assign stats or global overrides in this conf
537537
-- stage.
538538
-- NOTE: we are editing the entries in-place
539-
local function main_configure_router(set, pools, c_in)
539+
local function main_configure_router(set, pools, c_in, tag)
540540
-- create ctx object to hold label + command
541541
local ctx = {
542542
label = function(self)
@@ -683,7 +683,7 @@ local function main_routes_parse(c_in, pools)
683683
end
684684
end
685685

686-
main_configure_router(set, pools, c_in)
686+
main_configure_router(set, pools, c_in, tag)
687687
found = true
688688
end
689689

0 commit comments

Comments
 (0)