Lines Matching +full:enable +full:- +full:charge +full:- +full:control
1 .\" Copyright (c) 2001-2003 International Computer Science Institute
3 .\" Permission is hereby granted, free of charge, to any person obtaining a
53 Protocol Independent Multicast - Sparse Mode (PIM-SM) and
54 Protocol Independent Multicast - Dense Mode (PIM-DM).
56 PIM-SM is a multicast routing protocol that can use the underlying
57 unicast routing information base or a separate multicast-capable
61 and optionally creates shortest-path trees per source.
63 PIM-DM is a multicast routing protocol that uses the underlying
69 Both PIM-SM and PIM-DM are fairly complex protocols,
70 though PIM-SM is much more complex.
71 To enable PIM-SM or PIM-DM multicast routing in a router,
72 the user must enable multicast routing and PIM processing in the kernel
76 and must run a PIM-SM or PIM-DM capable user-level process.
80 section should be used to control the PIM processing in the kernel.
87 one of the following socket options should be used to enable or disable
91 .Bd -literal
93 int v = 1; /* 1 to enable, or 0 to disable */
96 .Bd -literal
98 int v = 1; /* 1 to enable, or 0 to disable */
102 After PIM processing is enabled, the multicast-capable interfaces
106 In case of PIM-SM, the PIM-Register virtual interface must be added
109 .Bd -literal
120 .Bd -literal
139 .Bd -literal
144 .Bd -literal
171 .\" XXX the PIM-SM number must be updated after RFC 2362 is
173 The PIM-SM protocol is specified in RFC 2362 (to be replaced by
174 .%T draft-ietf-pim-sm-v2-new-* ) .
175 The PIM-DM protocol is specified in
176 .%T draft-ietf-pim-dm-new-v2-* ) .
179 .An -nosplit
180 The original IPv4 PIM kernel support for IRIX and SunOS-4.x was