-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related issue: harvester/harvester#1669 The command to configure PVID is different from other VIDs. Assume we want to configure PVID as 1 and add VID 10 for harvester-mgmt, the commands are as followings. - Configure PVID 1 `bridge vlan add vid 1 dev harvester-mgmt pvid untagged master` - Add VID 10 `bridge vlan add vid 10 dev harvester-mgmt master` The default PVID is 1, so we ignore it.
- Loading branch information
1 parent
c3b0e85
commit 1868342
Showing
3 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters