troglobit / pimd

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

corrupted debug message #51

Closed greenpau closed 9 years ago

greenpau commented 9 years ago

Receiving the following message:

Jun 15 13:58:28 ip-192-168-16-147 pimd[7785]: 13:58:28.401 RECV    30 bytes PIM v2 Hello              from 10.252.63.0     to 1...2.93.0

The 1...2.93.0 is the IP of the receiving interface (10.252.93.0). This only happens when pimd received a packet via local socket. Potential bug.

troglobit commented 9 years ago

Hmm, odd. Thanks for reporting it!

greenpau commented 9 years ago

@troglobit , I see a bunch of others:

Jun 21 03:47:30 ip-192-168-16-146 pimd[12382]: 03:47:30.297 SENT    32 bytes IGMP Membership Query     from 10.252.63.0     to 224.0.0.1
Jun 21 03:47:30 ip-192-168-16-146 pimd[12382]: 03:47:30.297 RECV    32 bytes IGMP Membership Query     from 10.252.63.1     to 224.0.0.1
Jun 21 03:47:30 ip-192-168-16-146 pimd[12382]: 03:47:30.297 RECV    32 bytes IGMP Membership Query     from 10.252.63.0     to 224.0.0.1
Jun 21 03:47:30 ip-192-168-16-146 pimd[12382]: 03:47:30.841 RECV    32 bytes IGMP v2 Member Report     from 10.252.63.1     to ...0.0.22
Jun 21 03:47:30 ip-192-168-16-146 pimd[12382]: 03:47:30.841 Not creating routing entry for LAN scoped group 224.0.0.22
Jun 21 03:47:32 ip-192-168-16-146 pimd[12382]: 03:47:32.159 RECV    32 bytes IGMP v2 Member Report     from 10.252.63.0     to ...0.0.22
Jun 21 03:47:32 ip-192-168-16-146 pimd[12382]: 03:47:32.159 Not creating routing entry for LAN scoped group 224.0.0.22
Jun 21 03:47:35 ip-192-168-16-146 pimd[12382]: 03:47:35.839 RECV    32 bytes IGMP v2 Member Report     from 10.252.63.0     to 224.0.0.2
Jun 21 03:47:35 ip-192-168-16-146 pimd[12382]: 03:47:35.839 Not creating routing entry for LAN scoped group 224.0.0.2
Jun 21 03:47:37 ip-192-168-16-146 pimd[12382]: 03:47:37.791 RECV    32 bytes IGMP v2 Member Report     from 10.252.63.1     to 224.0.0.2
Jun 21 03:47:37 ip-192-168-16-146 pimd[12382]: 03:47:37.791 Not creating routing entry for LAN scoped group 224.0.0.2
Jun 21 03:47:38 ip-192-168-16-146 pimd[12382]: 03:47:38.975 RECV    32 bytes IGMP v2 Member Report     from 10.252.63.1     to ...0.0.13
Jun 21 03:47:38 ip-192-168-16-146 pimd[12382]: 03:47:38.975 Not creating routing entry for LAN scoped group 224.0.0.13
Jun 21 03:47:39 ip-192-168-16-146 pimd[12382]: 03:47:39.455 RECV    32 bytes IGMP v2 Member Report     from 10.252.63.0     to ...0.0.13
Jun 21 03:47:39 ip-192-168-16-146 pimd[12382]: 03:47:39.455 Not creating routing entry for LAN scoped group 224.0.0.13
Jun 21 03:47:39 ip-192-168-16-146 pimd[12382]: 03:47:39.775 RECV    32 bytes IGMP v2 Member Report     from 10.252.63.1     to ....0.251
Jun 21 03:47:39 ip-192-168-16-146 pimd[12382]: 03:47:39.775 Not creating routing entry for LAN scoped group 224.0.0.251
troglobit commented 9 years ago

Must be some generic error in parsing the source address. (Little bit busy with vacation/kids and another project atm, but planing some pimd work again soon.)

greenpau commented 9 years ago

kids = priority :-)

troglobit commented 9 years ago

I hope this is fixed now. Please reopen this issue otherwise!