A lot more documentation.

This commit is contained in:
2026-05-11 17:07:21 -04:00
parent abfe6fde5e
commit d2e4f916e3
10 changed files with 277 additions and 3 deletions
+8
View File
@@ -20,7 +20,15 @@ The internal implementation prevents adding duplicate VLAN ID's to the same
adaptor, by checking for their presence before adding. It can safely be
used alongside manual changes to `rc.conf` changes to these variables.
## Examples
```
add_vlan xy0 123 # Creates xy0.123
add_vlan abc3 765 # Creates abc3.765
```
## See Also
- [`add_net`](add_net.md)
- [`add_v4_net`](add_v4_net.md)
- [`add_v6_net`](add_v6_net.md)
- [`clone_interface`](clone_interface.md)