jech / babeld

The Babel routing daemon
http://www.irif.fr/~jch/software/babel/
MIT License
385 stars 92 forks source link

kernel_route: Invalid argument #100

Closed scientificworld closed 1 year ago

scientificworld commented 1 year ago

Hi, I'm using babeld 1.10 which is from yum on CentOS 7 (kernel version 3.10.0-1160.49.1.el7.x86_64). When I see the log of systemctl, I find that it keeps outputing kernel_route(ADD): Invalid argument and kernel_route(MODIFY metric): Invalid argument. Is there any way to fix it without upgrading the kernel? Thank you.

jech commented 1 year ago

Difficult to tell. Perhaps you could run babeld with the flag '-d2' in order to find out which operation triggers the error? Beware, it will generate massive amounts of logs.

jech commented 1 year ago

Please reopen if you can still reproduce this issue.