forked from kohler/click-packages
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
75 lines (54 loc) · 2.33 KB
/
README
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
CLICK MODULAR ROUTER PACKAGES 1.8.0
===================================
This source release consists of several independent "packages" for
the Click modular software router. You will need to compile and install
Click 1.5.0 before compiling these packages.
These packages were written by independent developers and are
distributed COMPLETELY WITHOUT WARRANTY. In particular, the main Click
developers ARE NOT RESPONSIBLE for these packages. Send mail concerning
these packages to the individual package developers, with a cc: to the
Click mailing list <[email protected]>.
CONTENTS
--------
dhcp
....
Elements for DHCP analysis, and for defining DHCP clients and servers,
from Lih Chen and John Bicket. Initially a masters project at UCLA.
snmp
....
Elements for SNMP support, donated by Mazu Networks. Defines elements
for matching Click handlers up with SNMP OIDs, and for generating traps.
netflow
.......
Elements for Cisco Netflow v7 and v9 support, donated by Mazu Networks.
models
......
Trace analysis elements, particularly for TCP flows, from Eddie Kohler
and Jinyang Li.
iias: gre and ppp
.................
iias stands for Internet-In-A-Slice. The gre and ppp packages, from
Mark Huang, define GRE header, PPP, and PPTP elements. In ppp, the
PPTPServer element enables the user-level driver to act as a PPTP
concentrator. Much of the code is derived from the PoPToP PPTP server
package, distributed under the GPL, and the PPPD PPP package,
distributed under the CMU BSD license. The iias/conf directory
provides sample configuration files for the gre and ppp packages, that
enable an IP overlay network to be created on PlanetLab.
ip6_natpt
.........
NAT port translation elements for IPv6 <-> IPv4 gateways, from Juan
Luis Baptiste and Fabian Gonzalez. Includes application-level gateway
elements for DNS queries.
multicast, multicast6
.....................
Elements for multicast support, including IGMP and Pim, from Martin
Hoffman. Preliminary.
unibo_qos
.........
QoS elements from the Universita` di Bologna, from Giorgio Calarco.
COPYRIGHT AND LICENSE
---------------------
Unless otherwise specified, the Click packages are distributed under
the Click license, which is a version of the "MIT License" (BSD-like). See
the LICENSE file in this directory.