-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vlan multiplexing] handle kernel mechanism set with vlan parameter #346
Conversation
/cc @JanScheurich |
@edwarnicke @Bolodya1997 @denis-tingaikin I had a discussion with Jan on this and came up with following approach to avoid this unconditional creation of vlan sub interface.
|
@pperiyasamy Could you say a bit more... I don't quite follow the benefit in adding ParentInterfaceName... I am really really loath to introduce the 'subinterface' concept unnecessarily here... we are just describing the mechanism of encap, not how it represents in whatever system is providing it. |
@edwarnicke The purpose of having parent interface name is to have proper naming convention like parent interface name derived from service name whereas sub interface derived from service name + connection id. yes, mechanim encaps parent interface name, interface name and vlan parameter. |
…ements Signed-off-by: Periyasamy Palanisamy <[email protected]>
2760bf2
to
4c95269
Compare
@edwarnicke @JanScheurich It was a good discussion and thanks for your inputs. Based on the discussion, I have now updated relevant kernel chain elements to handle kernel mechanism set with vlan parameter. please take a look now. |
…k-kernel@main PR link: networkservicemesh/sdk-kernel#346 Commit: 35d3cf7 Author: Ed Warnicke Date: 2021-10-19 08:28:31 -0500 Message: - Merge pull request #346 from Nordix/vlan-sub-interface Signed-off-by: NSMBot <[email protected]>
…k-kernel@main PR link: networkservicemesh/sdk-kernel#346 Commit: 35d3cf7 Author: Ed Warnicke Date: 2021-10-19 08:28:31 -0500 Message: - Merge pull request #346 from Nordix/vlan-sub-interface Signed-off-by: NSMBot <[email protected]>
…k-kernel@main PR link: networkservicemesh/sdk-kernel#346 Commit: 35d3cf7 Author: Ed Warnicke Date: 2021-10-19 08:28:31 -0500 Message: - Merge pull request #346 from Nordix/vlan-sub-interface Signed-off-by: NSMBot <[email protected]>
update inject and connectioncontextkernel chain elements when kernel mechanism set with vlan parameter.
Signed-off-by: Periyasamy Palanisamy [email protected]