Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
ab098f43
Commit
ab098f43
authored
11 years ago
by
William Grzybowski
Browse files
Options
Download
Email Patches
Plain Diff
Fix "typo" introduced in
8b261d4e
Ticket: #3754
parent
23cb13b5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/middleware/notifier.py
+1
-1
gui/middleware/notifier.py
with
1 addition
and
1 deletion
+1
-1
gui/middleware/notifier.py
View file @
ab098f43
...
...
@@ -426,7 +426,7 @@ class notifier:
self
.
_system
(
"/sbin/sysctl net.inet6.ip6.auto_linklocal=1"
)
self
.
_system
(
"/usr/sbin/service autolink auto_linklocal quietstart"
)
self
.
_system
(
"/usr/sbin/service netif stop"
)
interfaces
=
self
.
_pipeopen
(
"ifconfig -l"
)
interfaces
=
self
.
_pipeopen
(
"ifconfig -l"
)
.
communicate
()[
0
]
interface_list
=
interfaces
.
split
(
" "
)
for
interface
in
interface_list
:
if
interface
.
startswith
(
"vlan"
):
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help