diff options
author | Dinesh Dutt <ddutt@cumulusnetworks.com> | 2013-08-24 09:55:00 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2013-11-08 03:15:42 +0100 |
commit | c5926a92235874574b20e426a3752c1451a90ec7 (patch) | |
tree | c8b8b66eee832e3db5e5d315e966b168918ef57e /doc | |
parent | ospf6d: fix various bugs in installing and flooding LSAs (diff) | |
download | frr-c5926a92235874574b20e426a3752c1451a90ec7.tar.xz frr-c5926a92235874574b20e426a3752c1451a90ec7.zip |
ospf6d: add p2p interface support
Signed-off-by: Dinesh G Dutt <ddutt at cumulusnetworks.com>
Signed-off-by: Ayan Banerjee <ayabaner at gmail.com>
Reviewed-by: Scott Feldman <sfeldma at cumulusnetworks.com>
Reviewed-by: James Li <jli at cumulusnetworks.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ospf6d.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ospf6d.texi b/doc/ospf6d.texi index c01c0510d..d981820c7 100644 --- a/doc/ospf6d.texi +++ b/doc/ospf6d.texi @@ -98,6 +98,10 @@ Sets interface's Router Priority. Default value is 1. Sets interface's Inf-Trans-Delay. Default value is 1. @end deffn +@deffn {Interface Command} {ipv6 ospf6 network (broadcast|point-to-point)} {} +Set explicitly network type for specifed interface. +@end deffn + @node Redistribute routes to OSPF6 @section Redistribute routes to OSPF6 |