Skip to content
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

ncm-network: provide backward compatibility for vlan interface config for nmstate. #1667

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

aka7
Copy link
Contributor

@aka7 aka7 commented Mar 5, 2024

improvements to nmstate to provide backward compatibility with network.pm for configuring vlan interface.
At morganstanley, we use path

closes #1660

/system/network/interfaces/eth0.123
/system/network/interfaces/eth0.123/vlan = true

..etc

nmstate was development with that in mind,

This change will now provide backward compatibility support with network.pm, so following config will also work.

prefix "/system/network/interfaces/vlan0";
"device" = "eth0.123";
"physdev" = "eth0";
  • Why the change is necessary.
    provide backward compatibility with network.pm for configuration vlan interface.

  • What backwards incompatibility it may introduce.
    None.

ncm-network/src/main/perl/nmstate.pm Outdated Show resolved Hide resolved
ncm-network/src/main/perl/nmstate.pm Outdated Show resolved Hide resolved
… for nmstate

improvement made to nmstate to provide backward compatibility with network.pm for configuring vlan
interface.
@stdweird stdweird merged commit a626bba into quattor:master Mar 18, 2024
2 checks passed
@jrha jrha added this to the 24.3 milestone Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

ncm-network: nmstate - provide backward capability support for vlan interface in nmstate.
4 participants