RP filter strict if I recall correctly is not a good plan with multi-wan.
"Strict" is really bad plan for any "multiwan" setup. It will certainly break with any dynamic routing protocol like BGP, OSPF. rp-filter is very old feature, designed for
clients as a basic firewall since early desktop TCP stacks didn't come with any system firewalls.
"Loose" does very little, if anything because the default route is includes. I really only enable because with Verizon LTE, ANY packet without wrong src-addr will drop the connection – so "loose" covers any milliseconds where a packet might escape firewall/conntrack because of masquerade re-recalculation. I just leave it on, since it might help if you're using "masquerade".
There is a kernel feature to enable logging of drops (fun name, "log_martians") but AFAIK that's not enabled – so very hard to know if it kicks in, in either "strict" or "loose"...