-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infix-vlan: Create a custom vlan model
This implements the new model infix-if-vlan. The new CLI is: root@infix-00-00-00:/config/interfaces/interface/vlan10/> set vlan id 10 lower-layer-if eth0 with an possible extra option for tag-type, default tag-type is c-vlan.
- Loading branch information
1 parent
be8bad9
commit b7bf421
Showing
9 changed files
with
117 additions
and
615 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,11 +147,7 @@ sysrepoctl -s $SEARCH \ | |
-i [email protected] -g wheel -p 0660 \ | ||
-e on-change \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-e sub-interfaces \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i [email protected] \ | ||
-g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
-i [email protected] -g wheel -p 0660 \ | ||
|
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
Oops, something went wrong.