]> git.proxmox.com Git - mirror_frr.git/blob - pimd/README
lib: enforce vrf_name_to_id by returning default_vrf when name is null
[mirror_frr.git] / pimd / README
1 INTRODUCTION
2
3 qpimd aims to implement a PIM (Protocol Independent Multicast)
4 daemon for the FRR Routing Suite.
5
6 qpimd implements PIM-SM (Sparse Mode) of RFC 4601.
7 Additionally MSDP has been implemented.
8
9 In order to deliver end-to-end multicast routing control
10 plane, qpimd includes the router-side of IGMPv[2|3] (RFC 3376).
11
12 LICENSE
13
14 qpimd - pimd for FRR
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
32 HOME SITE
33
34 qpimd lives at:
35
36 https://github.com/freerangerouting/frr
37
38 PLATFORMS
39
40 qpimd has been tested with Debian Jessie.
41
42 REQUIREMENTS
43
44 qpimd requires FRR (2.0 or higher)
45
46
47 CONFIGURATION COMMANDS
48
49 See available commands in the file pimd/COMMANDS.
50
51 KNOWN CAVEATS
52
53 See list of known caveats in the file pimd/CAVEATS.
54
55 SUPPORT
56
57 Please post comments, questions, patches, bug reports at the
58 support site:
59
60 https://freerangerouting/frr
61
62 RELATED 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
89 REFERENCES
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 --