-
Notifications
You must be signed in to change notification settings - Fork 1.3k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zebra: netstat Recv-Q value is continue keep going up. #15303
Comments
Can you describe a bit your topology, configuration, and the whole scope of messages received/sent? |
How are you starting zebra and what does your configuration look like. I am not seeing this locally so I need proper recreation steps. |
My system is centos7.8 A special situation that may help you is to ping the local ipv6 address Thank you very much for your reply |
Can you show also /etc/frr/daemons file? |
This file tells the frr package which daemons to start.Sample configurations for these daemons can be found in/usr/share/doc/frr/examples/.ATTENTION:When activating a daemon for the first time, a config file, even if it isempty, has to be present and be owned by the user and group "frr", elsethe daemon will not be started by /etc/init.d/frr. The permissions shouldbe u=rw,g=r,o=.When using "vtysh" such a config file is also needed. It should be owned bygroup "frrvty" and set to ug=rw,o= though. Check /etc/pam.d/frr, too.The watchfrr, zebra and staticd daemons are always started.bgpd=no If this option is set the /etc/init.d/frr script automatically loadsthe config via "vtysh -b" when the servers are started.Check /etc/pam.d/frr if you intend to use "vtysh"!vtysh_enable=yes configuration profile#frr_profile="traditional" This is the maximum number of FD's that will be available.Upon startup this is read by the control files and ulimitis called. Uncomment and use a reasonable value for yoursetup if you are expecting a large number of peers insay BGP.#MAX_FDS=1024 The list of daemons to watch is automatically generated by the init script.##watchfrr_options="" To make watchfrr create/join the specified netns, use the following option:##watchfrr_options="--netns" This only has an effect in /etc/frr//daemons, and you need tostart FRR with "/usr/lib/frr/frrinit.sh start ".for debugging purposes, you can specify a "wrap" command to start insteadof starting the daemon directly, e.g. to use valgrind on ospfd:ospfd_wrap="/usr/bin/valgrind"or you can use "all_wrap" for all daemons, e.g. to use perf record:all_wrap="/usr/bin/perf record --call-graph -"the normal daemon command is added to this at the end. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Describe the bug
Screenshots
Versions
OS Version:
CentOS7.8、CentOS8
FRR Version:
quaager 2.07、frr9.1、frr9.0
The text was updated successfully, but these errors were encountered: