mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
See: comments in the hook module about intended usage, as well as the introduced use for config.reloaded. Use the newly introduced hook module to define a "config.reloaded" hook. This is currently used to register core's clearKernelCache as a reload hook to avoid a circular dependency and fix this functionality- it didn't actually work out, and it isn't immediately obvious how it slipped into src. Other hook types will be introduced into the core lualoader as useful hook points are identified. |
||
|---|---|---|
| .. | ||
| cli.lua | ||
| color.lua | ||
| config.lua | ||
| core.lua | ||
| core.lua.8 | ||
| drawer.lua | ||
| hook.lua | ||
| loader.lua | ||
| Makefile | ||
| menu.lua | ||
| menu.lua.8 | ||
| password.lua | ||
| screen.lua | ||