Jonathan Hart

PIM: contribute source port information to multicast store

Change-Id: Id154f5043ec1913c69de320d3bca3245585683aa
...@@ -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
......