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
f3c29e81
Commit
f3c29e81
authored
Apr 29, 2022
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delay
parent
64f45bb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
files/netplan.yaml.j2
files/netplan.yaml.j2
+4
-2
No files found.
files/netplan.yaml.j2
View file @
f3c29e81
...
...
@@ -30,12 +30,14 @@ network:
- '{{link}}'
{% endfor %}
parameters:
mode:
'{{bond.mode}}'
{% if bond.mode == "802.3ad" %}
mode:
{{bond.mode}}
{% if bond.mode ==
4 or bond.mode ==
"802.3ad" %}
lacp-rate: fast
min-links: 1
transmit-hash-policy: {{ bond.hash_policy | default('layer2+3') }}
mii-monitor-interval: 100
up-delay: 200
down-delay: 200
{% endif %}
dhcp4: false
dhcp6: false
...
...
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