]> git.proxmox.com Git - mirror_frr.git/blame - pimd/README
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / pimd / README
CommitLineData
12e41d03
DL
1INTRODUCTION
2
3 qpimd aims to implement a PIM (Protocol Independent Multicast)
3629c61d 4 daemon for the FRR Routing Suite.
12e41d03 5
3629c61d
DS
6 qpimd implements PIM-SM (Sparse Mode) of RFC 4601.
7 Additionally MSDP has been implemented.
12e41d03
DL
8
9 In order to deliver end-to-end multicast routing control
3629c61d 10 plane, qpimd includes the router-side of IGMPv[2|3] (RFC 3376).
12e41d03
DL
11
12LICENSE
13
3629c61d 14 qpimd - pimd for FRR
12e41d03
DL
15 Copyright (C) 2008 Everton da Silva Marques
16
17 qpimd is free software; you can redistribute it and/or modify
18 it under the terms of the GNU General Public License as
19 published by the Free Software Foundation; either version 2,
20 or (at your option) any later version.
21
22 qpimd is distributed in the hope that it will be useful, but
23 WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 GNU General Public License for more details.
26
27 You should have received a copy of the GNU General Public
28 License along with qpimd; see the file COPYING. If not, write
29 to the Free Software Foundation, Inc., 59 Temple Place - Suite
30 330, Boston, MA 02111-1307, USA.
31
32HOME SITE
33
34 qpimd lives at:
35
3629c61d 36 https://github.com/freerangerouting/frr
12e41d03
DL
37
38PLATFORMS
39
3629c61d 40 qpimd has been tested with Debian Jessie.
12e41d03
DL
41
42REQUIREMENTS
43
3629c61d 44 qpimd requires FRR (2.0 or higher)
12e41d03 45
12e41d03
DL
46
47CONFIGURATION COMMANDS
48
49 See available commands in the file pimd/COMMANDS.
50
51KNOWN CAVEATS
52
53 See list of known caveats in the file pimd/CAVEATS.
54
55SUPPORT
56
57 Please post comments, questions, patches, bug reports at the
58 support site:
59
3629c61d 60 https://freerangerouting/frr
12e41d03
DL
61
62RELATED WORK
63
64 igmprt: An IGMPv3-router implementation
65 - http://www.loria.fr/~lahmadi/igmpv3-router.html
66
67 USC pimd: PIMv2-SM daemon
68 - http://netweb.usc.edu/pim/pimd (URL broken in 2008-12-23)
69 - http://packages.debian.org/source/sid/pimd (from Debian)
70
71 troglobit pimd: This is the original USC pimd from
72 http://netweb.usc.edu/pim/. In January 16, 2010 it was revived
73 with the intention to collect patches floating around in
74 Debian, Gentoo, Lintrack and other distribution repositories
75 and to provide a central point of collaboration.
76 - http://github.com/troglobit/pimd
77
78 zpimd: zpimd is not dependent of zebra or any other routing daemon
79 - ftp://robur.slu.se/pub/Routing/Zebra
80 - http://sunsite2.icm.edu.pl/pub/unix/routing/zpimd
81
82 mrd6: an IPv6 Multicast Router for Linux systems
83 - http://fivebits.net/proj/mrd6/
84
85 MBGP: Implementation of RFC 2858 for Quagga
86 - git://git.coplanar.net/~balajig/quagga
87 - http://www.gossamer-threads.com/lists/quagga/dev/18000
88
89REFERENCES
90
91 IANA Protocol Independent Multicast (PIM) Parameters
92 http://www.iana.org/assignments/pim-parameters/pim-parameters.txt
93
94 Address Family Numbers
95 http://www.iana.org/assignments/address-family-numbers
96
97 -- END --