PIM: contribute source port information to multicast store
Change-Id: Id154f5043ec1913c69de320d3bca3245585683aa
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -235,6 +235,8 @@ public class PimInterfaceManager implements PimInterfaceService { | ... | @@ -235,6 +235,8 @@ public class PimInterfaceManager implements PimInterfaceService { |
235 | return; | 235 | return; |
236 | } | 236 | } |
237 | 237 | ||
238 | + multicastRouteService.addSource(route, pimInterface.getInterface().connectPoint()); | ||
239 | + | ||
238 | routes.put(route, pimInterface); | 240 | routes.put(route, pimInterface); |
239 | } | 241 | } |
240 | 242 | ... | ... |
-
Please register or login to post a comment