Closed marituhone closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.00%. Comparing base (
ab77dd1
) to head (d029c11
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
PR Title lint
is failed, you can take a look at https://linux-system-roles.github.io/contribute.html, specifically the section about Write a good PR title and description
. In short, you can change the title into docs: Add MAC VTAP example
.
Can you squash the PR into only one commit with the commit title docs: Add MAC VTAP example
.
Can you squash the PR into only one commit with the commit title
docs: Add MAC VTAP example
.
fyi, we moved the requirement to indicate change type to the PR title only. Commits now can be in any form. Though I like to still add a type:
prefix to the commit for clarity.
https://medium.com/@slamflipstrom/a-beginners-guide-to-squashing-commits-with-git-rebase-8185cf6e62ec, please look at this guide on how to squash the commits.
@liangwen12year i squashed them
@liangwen12year i squashed them
Can you check why the pr also has the commit - Merge branch 'linux-system-roles:main' into issueFix
?
@liangwen12year i have fixed it
@liangwen12year i have fixed it
@marituhone thanks for contributing to it.
Nit-picking, can you change the commit title to docs: Add MAC VTAP example
?
Enhancement: Improved Configuration for MAC VTAP
Reason: The current setup process for MAC VTAP lacks a standardized and reusable approach,Currently we are supporting MAC VTAP as "tap": True in macvlan. To address this, this pull request introduces a yml file, "macvtap.yml", to provide a structured method for configuring MAC VTAP. This enhancement aims to simplify the setup process and improve the usability of MAC VTAP.
Result: With the addition of the YAML "macvtap.yml" file, users can easily define and modify MAC VTAP settings by modifying this file. This will streamline the configuration process and enable users to customize MAC VTAP according to their specific requirements.
Issue Tracker Tickets (Jira or BZ if any): issue #285