Add traffic-control long-tail: mangle/accounting/tc_*
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

Storage + CRUD (migration 0008, model, id-keyed store, REST handlers) + compiler
rendering for mangle, accounting, and tc_devices/tc_classes/tc_filters/
tc_interfaces/tc_priorities, each owned by a device. (Nested tc option structs
deferred.)
This commit is contained in:
benvin
2026-07-26 15:55:11 +10:00
committed by Ben Vincent
parent d54325c685
commit 6b600f8c8d
7 changed files with 1065 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ func (s *Server) mountResources(r chi.Router) {
s.mountLongtail(r)
s.mountPerDevice(r)
s.mountPerDeviceL2(r)
s.mountTraffic(r)
}
// respondOne writes a single resource, mapping ErrNotFound to 404.