Routes with no Oifs appearing. #196
terrydooher
started this conversation in
General
Replies: 1 comment 6 replies
-
If you are running a version < 2.4.3, I suggest you upgrade to the latest version. One particular bug you might run into is an old requirement that interfaces needed to have an IP address before SMCRoute started. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
We have a use case along the lines of:
Processes A. B, Z and Y all send and receive mcast. Server B runs smcroute and currently (for some code legacy reasons) the rules are installed with direct calls to
smcroute
, eg:With the script containing them invoked by placing it in systemd's
/etc/networkd-dispatcher/routable.d
folder.There's an issue that happens every 4 or 5 boots of Server B, that brings the route up with no
Oifs
on some of the routes, eg:Here,
Client
behindeth
doesn't receive the group messages.Running
sudo systemctl restart smcroute
and then re-running the above script resolves this:...and traffic flows
My question is: Is my script racing some other part of the system by trying to run via the
routable
interface hook? Or should this work and we're just hitting a bug that has perhaps been fixed in 2.4.3 (I'm not sure if the fix detailed there is for this issue; All the IPs in our stack are static)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions