Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netlink: Bring up interface even if neither MTU nor MAC address is configured | Stefano Brivio | 2021-10-14 | 1 | -0/+5 |
| | | | | Signed-off-by: Stefano Brivio <sbrivio@redhat.com> | ||||
* | netlink, pasta: Configure MTU of tap interface on --config-net | Stefano Brivio | 2021-10-14 | 1 | -16/+28 |
| | | | | Signed-off-by: Stefano Brivio <sbrivio@redhat.com> | ||||
* | conf, tap: Split netlink and pasta functions, allow interface configuration | Stefano Brivio | 2021-10-14 | 1 | -0/+514 |
Move netlink routines to their own file, and use netlink to configure or fetch all the information we need, except for the TUNSETIFF ioctl. Move pasta-specific functions to their own file as well, add parameters and calls to configure the tap interface in the namespace. Signed-off-by: Stefano Brivio <sbrivio@redhat.com> |