Files
Tobias Waldekranz 8664c27096 confd: Add support for running user scripts
Add a new service that, when enabled, will execute run-parts on
`/cfg/user-scripts.d`.

This strikes a balance between two conflicting objectives:

1. There should be no implicit way to schedule arbitrary code
   execution on the device, i.e. no default run-parts directory.

2. It is very useful to have a way of scheduling arbitrary code
   execution on the device, e.g. being able to install a debug script
   on a production image.

With this feature, we still meet (1), since the feature has to be
explicitly enabled in the startup-config; but we also fulfill (2),
since we can easily enable it when needed.
2024-05-21 22:02:28 +02:00
..
2024-04-11 06:19:07 +02:00
2024-04-03 16:08:37 +02:00
2023-08-16 13:52:04 +02:00
2023-08-16 13:52:04 +02:00
2024-04-11 06:19:07 +02:00
2024-05-13 07:50:34 +02:00
2024-04-11 06:19:07 +02:00
2024-02-13 15:45:29 +01:00

Welcome to Infix, your friendly Network Operating System! On these pages you can find both user and developer documentation.

Topics on configuring the system include CLI examples, every setting is also possible to perform using NETCONF. In fact, the Infix test system solely relies on NETCONF for configuring network topologies.

The CLI documentation is also available from inside the CLI itself using the help command.