troglobit / pimd

PIM-SM/SSM multicast routing for UNIX and Linux
http://troglobit.com/projects/pimd/
BSD 3-Clause "New" or "Revised" License
194 stars 86 forks source link

Netlink code warns about missing VIF for disabled interfaces #84

Closed troglobit closed 7 years ago

troglobit commented 8 years ago

Vano reports that pimd every 20 sec warns about missing VIFs for disabled interfaces

июл 26 11:38:44 tv-box pimd[6706]: pimd: 11:38:44.813 /etc/pimd.conf:0 - Skipping interface lo, either loopback or does not support multicast.
июл 26 11:38:44 tv-box pimd[6706]: pimd: 11:38:44.813 /etc/pimd.conf:0 - Skipping interface eth1, either loopback or does not support multicast.
июл 26 11:39:00 tv-box pimd[6706]: pimd: 11:39:00.736 NETLINK: ifindex=3, but no vif
июл 26 11:39:04 tv-box pimd[6706]: pimd: 11:39:04.863 NETLINK: ifindex=3, but no vif
июл 26 11:39:24 tv-box pimd[6706]: pimd: 11:39:24.891 NETLINK: ifindex=3, but no vif
июл 26 11:39:44 tv-box pimd[6706]: pimd: 11:39:44.927 NETLINK: ifindex=3, but no vif
июл 26 11:40:04 tv-box pimd[6706]: pimd: 11:40:04.903 NETLINK: ifindex=3, but no vif

This warning message should be removed, or reduced to a debug message, since it simply means "no matching VIF found, continue".