]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: feed Connected routes into MRIB
authorG.Balaji <balajig81@gmail.com>
Mon, 2 Apr 2012 18:01:29 +0000 (23:31 +0530)
committerDavid Lamparter <equinox@diac24.net>
Wed, 2 May 2012 15:13:49 +0000 (17:13 +0200)
commit42cb6b6655d0cc141374ec373220d244f81fbba0
treee4161a0645594a56713ac939dd450f598aeb0592
parenta4c06dec1ebe41dd4444d387478500e6022e2209
zebra: feed Connected routes into MRIB

The SAFI_MULTICAST RIB needs to contain Connected routes so that the
nexthop lookup does not fail and so that multicast routing daemons do
not need to sidestep and look into SAFI_UNICAST to be aware of connected
subnets.

  * zebra/connected.c: add & delete connected in SAFI_MULTICAST

Signed-off-by: G.Balaji <balajig81@gmail.com>
[merged add/delete patches]
Signed-off-by: David Lamparter <equinox@diac24.net>
zebra/connected.c