Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netlink, pasta: Configure MTU of tap interface on --config-net | Stefano Brivio | 2021-10-14 | 1 | -1/+1 |
| | | | | 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/+6 |
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> |