Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-09 | networkd: clean up vlan handling a bit (#3478) | Lennart Poettering | |
Let's add a generic parser for VLAN ids, which should become handy as preparation for PR #3428. Let's also make sure we use uint16_t for the vlan ID type everywhere, and that validity checks are already applied at the time of parsing, and not only whne we about to prepare a netdev. Also, establish a common definition VLANID_INVALID we can use for non-initialized VLAN id fields. |