-
Notifications
You must be signed in to change notification settings - Fork 23
vlan: allow bond as parent interface #451
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
Conversation
📝 WalkthroughWalkthroughVLAN CLI parsing now accepts BOND as a valid parent type in addition to PORT; other types still return EMEDIUMTYPE. When creating a new VLAN (not updating), MAC assignment is chosen by parent-type: MAC is taken from port info for PORT parents or from bond info for BOND parents. The test suite script adds a bonded interface (bond0 in lacp mode with members p0 and p1), creates VLANs v42 and v43 on bond0, and includes corresponding cleanup steps for v42, v43, bond0, p0, and p1. 📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (2)**/*.{c,h}⚙️ CodeRabbit configuration file
Files:
**/*.sh⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (3)📚 Learning: 2025-09-05T07:06:51.554ZApplied to files:
📚 Learning: 2025-10-13T08:37:56.819ZApplied to files:
📚 Learning: 2025-11-05T13:55:26.189ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
christophefontaine
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be useful to add a smoke test ?
9a31e5e to
ffaaad2
Compare
Allow configuring vlans with bonds as parent interfaces. Update the config smoke test to ensure it is possible. Signed-off-by: Robin Jarry <[email protected]> Reviewed-by: Christophe Fontaine <[email protected]>
done, I preserved your reviewed-by tag |
Allow configuring vlans with bonds as parent interfaces.