Skip to content

Fix incorrect network options (multiple)#587

Merged
trefzer merged 5 commits intovoxpupuli:masterfrom
cirrax:dev_cirrax
Nov 14, 2025
Merged

Fix incorrect network options (multiple)#587
trefzer merged 5 commits intovoxpupuli:masterfrom
cirrax:dev_cirrax

Conversation

@trefzer
Copy link
Contributor

@trefzer trefzer commented Nov 14, 2025

The network types have the following issues:

  • MIIMonitorSec for bonds should be of type Numeric (currently Integer)
  • correct vlan section name is VLAN (not Vlan)

Fixes: #586

@trefzer trefzer added the bug Something isn't working label Nov 14, 2025
'NetDev' => Optional[Systemd::Interface::Netdev::Netdev],
'Bridge' => Optional[Systemd::Interface::Netdev::Bridge],
'Vlan' => Optional[Systemd::Interface::Netdev::Vlan],
'VLAN' => Optional[Systemd::Interface::Netdev::Vlan],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stupid question: Is this a breaking change? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well good question (I asked it myself too ;).
I decided no, since setting Vlan does not end in a working setup. And if you still have Vlan set, puppet run fails, but does not make any wrong configuration.

@kenyon kenyon changed the title incorrect network options (multiple) Fix incorrect network options (multiple) Nov 14, 2025
@trefzer trefzer merged commit 8ff2bc7 into voxpupuli:master Nov 14, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

incorrect network options (multiple)

3 participants