-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support IFLA_VRF_PORT_TABLE attribute
Links that belong to a VRF carry the VRF table ID in the link info. For a VRF link we already had these attributes: ``` LinkInfo([Kind(Vrf), Data(Vrf([TableId(10)]))]) ``` For ports attached to a VRF we now have: ``` LinkInfo([Kind(Veth), PortKind(Vrf), PortData(VrfPort([TableId(10)]))]) ``` This tells us that this veth interface belong to the VRF with table ID 10.
- Loading branch information
1 parent
4d6adfa
commit abfadc1
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters