Replies: 1 comment
-
router id and loopback should be conf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know whether ospfclient loop code can run in a thread?
following code run in main thread, can I create one thread which run following code, I tried to use frr_pthread_new and frr_pthread_run to run the loop,
but application report msg_read: Connection closed by peer!
while (1) {
event_fetch(master, &thread);
event_call(&thread);
}
Beta Was this translation helpful? Give feedback.
All reactions