Replies: 1 comment 1 reply
-
|
Hey, sorry for the late reply! Would you be able to provide your Linux distro and kernel? You can retrieve this information with the following commands. cat /etc/*-release
uname -r Also, how much total RAM does your server have?
Just to clarify, does it write the wrong interface to the config file and then restart the program? I'll try to look into this issue specifically soon! The CLI utilities are somewhat new, so there may be some bugs I missed. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I enable FORWARDED PPS logging, it seems that the memory consumption will go high and cause xdpfwd exit, which breaks the network (all inbound traffic will be forwarded to one of dests added).
I also notice that if I used
xdpfwd-addto save config and did not pass in arg interface,xdpfwd-addwill not warn me and just write to the config, making restart failed.I'm not quite familiar with C and could not figure out the solution, so I'm here for help.
Beta Was this translation helpful? Give feedback.
All reactions