Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
e05ac914
Commit
e05ac914
authored
4 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
remove mesh_announce_enable
parent
e4ccf192
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26761
passed
4 years ago
Stage: lint
Stage: highstate
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
network/files/ifup-domain-batman.sh.j2
+1
-4
1 addition, 4 deletions
network/files/ifup-domain-batman.sh.j2
with
1 addition
and
4 deletions
network/files/ifup-domain-batman.sh.j2
+
1
−
4
View file @
e05ac914
...
...
@@ -6,7 +6,7 @@
{
%-
set
features
=
salt[
'pillar.get'
](
'domains:%s:batman-adv:features'
|format
(
domain
)
,
{})
%
}
{
%-
set
dat
=
features.get
(
'dat'
, True
)
%
}
{
%-
set
mm_mode
=
features.get
(
'mm'
, False
)
%
}
{
%-
set
mesh_announce_enable
=
salt[
'pillar.get'
](
'domains:%s:mesh_announce_enable'
|format
(
domain
)
,
False
)
%
}
{
%-
set
mesh_announce_enable
=
False %
}
# client bridge
ip
link
add dev dom
{{
domain_id
}}
-br
type
bridge
...
...
@@ -106,7 +106,4 @@
birdc6 restart radv_dom
{{
domain_id
}}
systemctl reset-failed
&&
systemctl restart kea-dhcp4-server
systemctl reset-failed
&&
systemctl restart kea-dhcp6-server
{
%-
if
mesh_announce_enable %
}
systemctl reset-failed
&&
systemctl restart mesh-announce@
{{
domain_id
}}
{
%- endif %
}
{
%- endif %
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment