Documentation fixes and improvements

This commit is contained in:
2026-05-12 01:43:27 -04:00
parent f402f728e5
commit 672f02efc6
5 changed files with 117 additions and 14 deletions
+6
View File
@@ -31,6 +31,12 @@ user-defined ISP hints.
ISPs are always configured as `dhcp` for IPv4. For custom static provisioning,
other methods of provisioning these interfaces can be used.
## Example
```
# Connect to Verizon FIOS over `abc0`, and name the connection `main_isp`.
add_canned_isp abc0 main_isp verizon_fios
```
## See Also
- [`add_net`](add_net.md)