Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:techref:netifd [2021/01/01 00:35] – [Debugging] ssb | docs:techref:netifd [2023/10/06 04:17] (current) – update links vgaetera | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * some scripts in ''/ | * some scripts in ''/ | ||
| - | '' | + | '' |
| aliases or the overlay variables in ''/ | aliases or the overlay variables in ''/ | ||
| Line 18: | Line 18: | ||
| * Add the switch '' | * Add the switch '' | ||
| - | * (default is L_NOTICE) | ||
| * Level is specified as an integer: | * Level is specified as an integer: | ||
| * 1 = L_CRIT | * 1 = L_CRIT | ||
| * 2 = L_WARNING | * 2 = L_WARNING | ||
| - | * 3 = L_NOTICE | + | * 3 = L_NOTICE |
| * 4 = L_INFO | * 4 = L_INFO | ||
| * 5 = L_DEBUG | * 5 = L_DEBUG | ||
| Line 32: | Line 31: | ||
| * 8 = DEBUG_WIRELESS | * 8 = DEBUG_WIRELESS | ||
| * Add your favorite options together to obtain the ''< | * Add your favorite options together to obtain the ''< | ||
| + | |||
| + | * In order for the output to be seen you'll need to modify / | ||
| + | * procd_set_param stdout 1 | ||
| + | * procd_set_param stderr 1 | ||
| + | * to start_service so that procd doesn' | ||
| ==== Help with the development of netifd ==== | ==== Help with the development of netifd ==== | ||
| Line 39: | Line 43: | ||
| ==== Why do we want netifd? ==== | ==== Why do we want netifd? ==== | ||
| - | One thing that '' | + | One thing that '' |
| It boils down to the fact that the current network and interface setup mechanisms (via network configuration scripts) are rather constrained and inflexible: | It boils down to the fact that the current network and interface setup mechanisms (via network configuration scripts) are rather constrained and inflexible: | ||