Thanks for the reply!
I have enabled marian logging and those packed are classified as martian indeed.
from dmesg:
Code:
[15183.790052] martian source 192.168.1.102 from 192.168.1.102, on dev eth5
...
I have tried to disable rp_filter:
Code:
echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter
Still no luck - packets are logged and dropped. Is there any way to disable martian packet dropping (or at least from the same IP as own address)?