-
Notifications
You must be signed in to change notification settings - Fork 313
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
docs(nm): added documentation for vlan and mtu configuration #4919
Conversation
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.
LGTM
Only one thing: we think that the addition of the support for VLANs is so important that requires a dedicated page in the Network Configuration section on its own, like we did for "Network Failover" and "Wi-Fi 802.1x Configuration". Like this:
Obviously for now it will be a barebone page since we still don't have a UI, but will be updated in the future when we do.
The page should contain some basic info about what VLANs are, how Kura treats them, some further explaination of what parameters are required etc.
Do you think you can handle that?
Sure, but i'll need a few days :) |
@fdizazzo no problemo! 👍 |
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.
Some minor issues, otherwise LGTM 👍 Once the issues are fixed I'll proceed with merging.
GJ @fdizazzo 😄
... and it's done 😃 |
@fdizazzo thanks for your contribution 😄 |
* docs(nm): added documentation for vlan and mtu configuration * fix: Delete nohup.out * docs: vlan configuration details page * docs: fixed typos, added example for reactivation * docs: fixed typos and broken link in vlan configuration page * Update docs/gateway-configuration/vlan-configuration.md * Update docs/gateway-configuration/vlan-configuration.md --------- Co-authored-by: Mattia Dal Ben <[email protected]> (cherry picked from commit 7f6e7a7)
…t docs-release-5.4] (#4958) docs(nm): added documentation for VLAN and MTU configuration (#4919) * docs(nm): added documentation for vlan and mtu configuration * fix: Delete nohup.out * docs: vlan configuration details page * docs: fixed typos, added example for reactivation * docs: fixed typos and broken link in vlan configuration page * Update docs/gateway-configuration/vlan-configuration.md * Update docs/gateway-configuration/vlan-configuration.md --------- Co-authored-by: Mattia Dal Ben <[email protected]> (cherry picked from commit 7f6e7a7) Co-authored-by: fdizazzo <[email protected]>
This PR adds documentation for #4877 and #4816