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
aa0ed1b5
Commit
aa0ed1b5
authored
Dec 25, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add preup and postdown for bridges
parent
76bef33f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
files/bridge-post-scripts/post-down.sh.j2
files/bridge-post-scripts/post-down.sh.j2
+9
-0
files/bridge-post-scripts/pre-up.sh.j2
files/bridge-post-scripts/pre-up.sh.j2
+9
-0
No files found.
files/bridge-post-scripts/post-down.sh.j2
0 → 100644
View file @
aa0ed1b5
#!/bin/bash
source
{{
ansible_user_dir
}}
/nextgen-router/scripts/utility.sh
{
%
if
br.linkDown is defined and br.linkDown %
}
{{
br.linkDown
}}
{
% endif %
}
true
files/bridge-post-scripts/pre-up.sh.j2
0 → 100644
View file @
aa0ed1b5
#!/bin/bash
source
{{
ansible_user_dir
}}
/nextgen-router/scripts/utility.sh
{
%
if
br.linkUp is defined and br.linkUp %
}
{{
br.linkUp
}}
{
% endif %
}
true
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