File: mrd6.spec

package info (click to toggle)
mrd6 0.9.6-13
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,912 kB
  • ctags: 5,937
  • sloc: cpp: 25,489; perl: 454; makefile: 254; ansic: 180; sh: 77
file content (51 lines) | stat: -rw-r--r-- 1,330 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Summary: Multicast Routing Daemon for IPv6
Name: mrd6
Version: 0.9.5
Release: 1
URL: http://fivebits.net/mrd6/
License: GPL
Source0: http://fivebits.net/mrd6/download/mrd6-0.9.5.tar.gz
Group: Networking
Packager: Hugo Santos <hsantos@av.it.pt>
BuildRoot: %{_builddir}/%{name}-%{version}-root

%description
  MRD6 is a modular IPv6 Multicast Routing Daemon which implements:
    * MLDv1 and MLDv2 with forwarding capabilities
      - MLD proxying
    * PIM-SM (ASM and SSM)
      - Bootstrap (BSR) Mechanism support
      - Static RP configuration
      - Embedded-RP support
    * partial MBGP support
      - Uses IPv6 Multicast SAFI prefixes announced by
        peers to update local MRIB
      - Is able to announce local prefixes
      - Filter support
    * Native and virtual (tunnel) interfaces support
    * CLI support (remote configuration and management) via
      telnet or local access

%prep
%setup -q -n mrd6-0.9.5

%build
make

%install
[ %{buildroot} != "/" ] && rm -rf %{buildroot}
PREFIX=%{_prefix} DESTDIR=%{buildroot} make install

%clean
[ %{buildroot} != "/" ] && rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README MRD6shQuickRef.txt src/confs/mrd.conf
%{_prefix}/sbin/mrd6
%{_prefix}/lib/mrd6/*
%{_prefix}/bin/mrd6sh

%changelog
* Sun Jan  8 2006 Hugo Santos <hsantos@av.it.pt> 0.9.5
- 0.9.5