Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
de25e3c8
Commit
de25e3c8
authored
Oct 14, 2020
by
Grzegorz Daniluk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lldp: start service only when link is up
parent
d4b80abd
Pipeline
#532
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wrc_main.c
wrc_main.c
+2
-1
No files found.
wrc_main.c
View file @
de25e3c8
...
...
@@ -308,7 +308,8 @@ static void create_tasks(void)
#endif
#ifdef CONFIG_LLDP
wrc_task_create
(
"lldp"
,
lldp_init
,
lldp_poll
);
t
=
wrc_task_create
(
"lldp"
,
lldp_init
,
lldp_poll
);
wrc_task_set_enable
(
t
,
is_link_up
);
#endif
#ifdef CONFIG_SNMP
...
...
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