apply changes with pfSsh
-
hello
i have a number of scripts performing various changes through the pfsense shell
how can i apply my changes without relying on rc.reload_all ?
i currently make programmatic changes to the following : vlans , interface list , virtual ips , dhcp , aliases
it seems reload_all_sync() calls subfunctions such as interfaces_configure() that would do the trick but other changes must be picked up somewhere else
thanks for your time
sk
-
@skullnobrains said in apply changes with pfSsh:
how can i apply my changes without relying on rc.reload_all ?
By "reading", rc.reload_all, see what it does, under what conditions, and do it yourself what rc.reload_all does.
There is no documentation that states what a file or functions does.