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
41c84279
Commit
41c84279
authored
Apr 08, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dhcp leak
parent
916e66cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
network.yaml
network.yaml
+20
-0
No files found.
network.yaml
View file @
41c84279
...
@@ -119,6 +119,26 @@
...
@@ -119,6 +119,26 @@
timeout 300;
timeout 300;
dest
:
/etc/dhcp/dhclient.conf
dest
:
/etc/dhcp/dhclient.conf
-
name
:
remove dhclient resolved hook
become
:
true
file
:
path
:
/etc/dhcp/dhclient-enter-hooks.d/resolved
state
:
absent
-
name
:
dhclient hook
become
:
true
copy
:
content
:
|
make_resolv_conf() {
return 0
}
new_routers() {
return 0
}
new_host_name() {
return 0
}
dest
:
/etc/dhcp/dhclient-enter-hooks.d/nextgen-router
mode
:
0755
-
name
:
pppoe password
-
name
:
pppoe password
become
:
true
become
:
true
blockinfile
:
blockinfile
:
...
...
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