Go to file
anuradhak 15a5dafe44 pimd: Allow SSM groups to co-exist with ASM groups.
SSM groups (232/8 or user configured SSM range) can exist in the same
multicast network as ASM groups. For such groups all RPT related state
machine operations have to be skipped as defined by section 4.8 of
RFC4601 -
1. Source registration is skipped for SSM groups. For SSM groups mroute
is setup on the FHR when a new multicast flow is rxed; however source
registration (i.e. pimreg join) is skipped. This will let the ASIC black
hole the traffic till a valid OIL is added to the mroute.
2. (*,G) IGMP registrations are ignored for SSM groups.

Sample output:
=============
fhr#  sh ip pim group-type
SSM group range : 232.0.0.0/8
fhr#  sh ip pim group-type 232.1.1.1
Group type: SSM
fhr#  sh ip pim group-type 239.1.1.1
Group type: ASM
fhr#

Sample config:
=============
fhr(config)# ip pim ssm prefix-list ssm-ranges
fhr(config)#

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>

Ticket: CM-15344
Testing Done:
1. SSM/ASM source-registration/igmp-joins.
2. On the fly multicast group type changes.
3. pim-smoke.
2017-03-23 09:47:53 -07:00
bgpd bgpd, lib, zebra: Rename if_update_vrf -> if_update 2017-03-15 10:55:42 -04:00
cumulus cumulus, tools: Allow nhrpd to be brought up 2017-03-07 16:51:26 +01:00
debian debian: Allow building the .deb to know about new dependency 2017-03-10 13:02:09 -05:00
doc doc: add initial nhrpd documentation 2017-03-07 16:21:01 +01:00
fpm *: Convert libfpm -> libfrrfpm 2017-02-03 08:43:09 -05:00
gdb gdb: Add a directory of files with gdb macros 2016-05-26 15:33:30 +00:00
init build: delete .cvsignore files 2011-12-13 14:27:01 +04:00
isisd *: Refactor if_lookup_by_name to be VRF aware 2017-03-15 10:36:23 -04:00
ldpd ldpd: Remove lde_release_label_chunk to avoid warnings 2017-03-23 17:35:48 +01:00
lib Merge pull request #285 from bingen/label_manager_3 2017-03-21 11:40:20 -04:00
m4 build: include copy of pkg.m4, fix invocation 2017-01-18 18:01:53 +01:00
nhrpd *: Refactor if_lookup_by_name to be VRF aware 2017-03-15 10:36:23 -04:00
ospf6d *: Refactor ifindex2ifname to be VRF aware 2017-03-15 10:43:21 -04:00
ospfclient ospfclient: fix gcc -O0 build 2017-02-14 03:31:26 +01:00
ospfd *: Refactor ifindex2ifname to be VRF aware 2017-03-15 10:43:21 -04:00
pimd pimd: Allow SSM groups to co-exist with ASM groups. 2017-03-23 09:47:53 -07:00
pkgsrc build: delete .cvsignore files 2011-12-13 14:27:01 +04:00
ports pimd: merge pimd as of 2015-01-19 2016-05-25 20:38:32 -04:00
qpb Protobuf: Update library name to reflect name change to FRR 2017-01-20 02:59:10 +07:00
redhat distro/redhat: package nhrpd 2017-03-07 16:31:07 +01:00
ripd *: Refactor ifindex2ifname to be VRF aware 2017-03-15 10:43:21 -04:00
ripngd *: Refactor ifindex2ifname to be VRF aware 2017-03-15 10:43:21 -04:00
snapcraft snapcraft: Add snapcraft build and definition files 2017-01-26 04:23:43 +07:00
solaris ospfd: make libfrrospf a private non-dynamic lib 2017-02-07 17:19:15 +01:00
tests Implement generic label manager 2017-03-20 17:10:41 +01:00
tools cumulus, tools: Allow nhrpd to be brought up 2017-03-07 16:51:26 +01:00
vtysh *: add frr_config_fork() 2017-03-08 00:15:36 +01:00
watchfrr watchfrr: make min/max restart interval longopts 2017-03-08 16:23:55 +01:00
zebra lm: Fix some errors detected by Coverity Scan 2017-03-22 11:34:10 +01:00
.gitignore nhrpd: implement next hop resolution protocol 2017-03-07 16:20:29 +01:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
bootstrap.sh autoreconf -i 2007-02-06 19:28:28 +00:00
buildtest.sh buildtest.sh: Change name from quagga to frr 2017-01-20 00:36:29 +07:00
ChangeLog Doc: Update URL to freerangerouting.org 2017-01-20 00:34:03 +07:00
common.am *: Convert libfpm -> libfrrfpm 2017-02-03 08:43:09 -05:00
COMMUNITY.md frr: Modify doc to talk about cli 2016-12-16 15:35:14 -05:00
configure.ac *: add frr_config_fork() 2017-03-08 00:15:36 +01:00
COPYING *: nuke ^L (page feed) 2014-06-04 06:58:02 +02:00
COPYING-LGPLv2.1 build: remove LGPL v2.0, add LGPL v2.1 2016-11-15 17:19:38 +09:00
Makefile.am nhrpd: implement next hop resolution protocol 2017-03-07 16:20:29 +01:00
NEWS release: 0.99.24 2016-06-03 15:56:44 -04:00
README *: Update README 2017-01-27 12:53:40 -05:00
README.NetBSD build: remove $Format tags 2016-12-20 17:54:03 +01:00
render_md.py build: number sections in COMMUNITY.md HTML 2016-12-05 19:08:00 +01:00
REPORTING-BUGS Doc: Update Bug Reporting instructions to FreeRangeRouting and Github Issue Tracker 2017-01-20 00:31:01 +07:00
SERVICES nhrpd: implement next hop resolution protocol 2017-03-07 16:20:29 +01:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00:00
update-autotools * README.NetBSD: use update-autotools instead of autoreconf 2007-02-02 16:52:38 +00:00

Free Range Routing is free software that manages various IPv4 and IPv6 routing
protocols.

Currently Free Range Routing supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, RIPng, PIM-SM/MSDP and LDP as well as very early support for IS-IS.

See the file REPORTING-BUGS to report bugs.

Free Range Routing is free software. See the file COPYING for copying conditions.

Public email discussion can be found at https://lists.nox.tf/listinfo/frr

Our public slack channel is at https://freerangerouting.slack.com