Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nextgen-router
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
nextgen-router
Commits
ae022807
Commit
ae022807
authored
Aug 17, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix too long
parent
b248559e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
files/bridge-post-scripts/post-down.sh.j2
files/bridge-post-scripts/post-down.sh.j2
+2
-2
files/bridge-post-scripts/pre-up.sh.j2
files/bridge-post-scripts/pre-up.sh.j2
+3
-3
No files found.
files/bridge-post-scripts/post-down.sh.j2
View file @
ae022807
...
@@ -7,8 +7,8 @@ export BRIDGE_NAME={{br.name}}
...
@@ -7,8 +7,8 @@ export BRIDGE_NAME={{br.name}}
# macvlans
# macvlans
{
%
for
link
in
br.links %
}
{
%
for
link
in
br.links %
}
# macvlan {{br.name}}{{link | regex_replace('\.', '
-
')}} of {{link}}
# macvlan {{br.name}}{{link | regex_replace('\.', '')}} of {{link}}
ip
link
del dev
{{
br.name
}}{{
link
| regex_replace
(
'\.'
,
'
-
'
)}}
ip
link
del dev
{{
br.name
}}{{
link
| regex_replace
(
'\.'
,
''
)}}
{
% endfor %
}
{
% endfor %
}
{
% endif %
}
{
% endif %
}
...
...
files/bridge-post-scripts/pre-up.sh.j2
View file @
ae022807
...
@@ -14,9 +14,9 @@ export BRIDGE_NAME={{br.name}}
...
@@ -14,9 +14,9 @@ export BRIDGE_NAME={{br.name}}
_wait_for_interface_online
"{{link}}"
_wait_for_interface_online
"{{link}}"
{
%
if
br.macvlan is defined and br.macvlan %
}
{
%
if
br.macvlan is defined and br.macvlan %
}
## macvlan {{br.name}}{{link | regex_replace('\.', '
-
')}} of {{link}}
## macvlan {{br.name}}{{link | regex_replace('\.', '')}} of {{link}}
ip
link
add
link
{{
link
}}
dev
{{
br.name
}}{{
link
| regex_replace
(
'\.'
,
'
-
'
)}}
type
macvlan
ip
link
add
link
{{
link
}}
dev
{{
br.name
}}{{
link
| regex_replace
(
'\.'
,
''
)}}
type
macvlan
ip
link set
{{
br.name
}}{{
link
| regex_replace
(
'\.'
,
'
-
'
)}}
up
ip
link set
{{
br.name
}}{{
link
| regex_replace
(
'\.'
,
''
)}}
up
{
% endif %
}
{
% endif %
}
{
% endfor %
}
{
% endfor %
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment