summaryrefslogtreecommitdiff
path: root/doc/ipv6.texi
blob: cf87b97ab2b2ccd9f7456646d6d9e75b47ef55bc (plain)
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
@node IPv6 Support, Kernel Interface, Route Map, Top
@comment  node-name,  next,  previous,  up
@chapter IPv6 Support

Quagga fully supports IPv6 routing.  As described so far, Quagga supports
RIPng, OSPFv3 and BGP-4+.  You can give IPv6 addresses to an interface
and configure static IPv6 routing information.  Quagga-IPv6 also provides
automatic address configuration via a feature called @code{address
auto configuration}.  To do it, the router must send router advertisement
messages to the all nodes that exist on the network.

@menu
* Router Advertisement::        
@end menu

@node Router Advertisement,  , IPv6 Support, IPv6 Support
@comment  node-name,  next,  previous,  up
@section Router Advertisement

@deffn {Interface Command} {ipv6 nd send-ra} {}
@end deffn

@deffn {Interface Command} {ipv6 nd prefix-advertisement @var{ipv6prefix}} {}
@end deffn

@example
@group
interface eth0
 ipv6 nd send-ra
 ipv6 nd prefix-advertisement 3ffe:506:5009::/64
@end group
@end example