mirror_frr/ospf6d
paul 0a58935967 2004-05-08 Paul Jakma <paul@dishone.st>
* bgp_zebra.c: (bgp_interface_address_add) sync to zclient changes
         (bgp_interface_address_delete) ditto.
         (bgp_zebra_announce) ditto.
         (bgp_zebra_withdraw) ditto.
       * isis_zebra.c: Sync with zclient changes.
       * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
         message format.
       * ospf6_zebra.c: Sync to zclient changes
       * ospf_zebra.c: Sync with lib/zclient changes
       * rip_zebra.c: sync with zclient changes.
       * rip_interface.c: ditto.
       * ripng_{interface,zebra}.c: sync with zclient changes


2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>

       * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
         (zapi_ipv4_delete) ditto.
         (zapi_ipv4_route) add/delete a route by way of cmd arg.
         (zapi_ipv6_add) collapsed into zapi_ipv6_route.
         (zapi_ipv6_delete) ditto.
         (zapi_ipv6_route) add/delete a route by way of cmd arg.
         (zebra_interface_address_delete_read) collapsed into
         zebra_interface_address_read.
         (zebra_interface_address_delete_read) ditto.
         (zebra_interface_address_read) read address add/delete messages
         by way of type argument. Describe command message format.
         (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
         Describe command message format.
         (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
         (zclient_redistribute_set) Collapsed into zclient_redistribute
         (zclient_redistribute_unset) ditto
         (zclient_redistribute) set/unset redistribution.
         (zclient_redistribute_default_set) Collapsed into
         zclient_redistribute_default.
         (zclient_redistribute_default_unset) ditto.
         (zclient_redistribute_default) Redistribute default set/unset.
       * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
         zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
         zclient_redistribute. Ditto for
         zclient_redistribute_default_{set/unset}.
2004-05-08 11:48:26 +00:00
..
.cvsignore Add Makefile.in to the remaining .cvsignore's 2003-04-09 06:37:27 +00:00
ChangeLog 2004-05-08 Paul Jakma <paul@dishone.st> 2004-05-08 11:48:26 +00:00
Makefile.am Add support for --enable-exampledir to specify where to place example 2003-12-03 17:24:27 +00:00
ospf6_abr.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_abr.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_area.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_area.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_asbr.c Fixing ospf6d as well and move Changelog entry from ospfd to general one. 2004-03-20 20:06:15 +00:00
ospf6_asbr.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_bintree.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_bintree.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_damp.c Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER 2004-03-04 17:45:00 +00:00
ospf6_damp.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_dbex.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_dbex.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_dump.c From: Hasso Tepper <hasso@estpak.ee> 2003-05-18 15:26:26 +00:00
ospf6_dump.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_hook.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_hook.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_interface.c From: Hasso Tepper <hasso@estpak.ee> 2003-05-18 15:26:26 +00:00
ospf6_interface.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_intra.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_intra.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_ism.c 2003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp> 2003-08-12 05:25:49 +00:00
ospf6_ism.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_linklist.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_linklist.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_lsa.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
ospf6_lsa.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_lsdb.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_lsdb.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_main.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
ospf6_message.c 2003-06-19 Paul Jakma <paul@dishone.st> 2003-06-19 02:18:02 +00:00
ospf6_message.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_neighbor.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_neighbor.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_network.c 2003-06-04 Paul Jakma <paul@dishone.st> 2003-06-04 13:59:38 +00:00
ospf6_network.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_nsm.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_nsm.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_prefix.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_prefix.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_proto.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_proto.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_route.c 2003-10-13 Jay Fenlason <fenlason@redhat.com> 2003-10-13 09:49:29 +00:00
ospf6_route.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_routemap.c Hasso Tepper 2003-04-19 15:49:49 +00:00
ospf6_routemap.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_spf.c Initial revision 2002-12-13 20:15:29 +00:00
ospf6_spf.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_top.c ospf6d part of 6Wind patch. 2003-05-25 21:39:29 +00:00
ospf6_top.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_types.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6_zebra.c 2004-05-08 Paul Jakma <paul@dishone.st> 2004-05-08 11:48:26 +00:00
ospf6_zebra.h Initial revision 2002-12-13 20:15:29 +00:00
ospf6d.c 2003-08-12 Paul Jakma <paul@dishone.st> 2003-08-12 13:08:31 +00:00
ospf6d.conf.sample Initial revision 2002-12-13 20:15:29 +00:00
ospf6d.h 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
README Initial revision 2002-12-13 20:15:29 +00:00

		  Zebra OSPF daemon for IPv6 network

			     2001/12/20

Zebra OSPF6d is OSPF version 3 daemon which is specified by
"OSPF for IPv6" (RFC 2740).

*** NOTE ***
  Zebra ospf6d is in development yet. It may lack some functionalities,
  and may have some bugs. Use the latest version from the anoncvs
  repository (http://www.zebra.org/cvs.html) !

This file README is like memo yet, so please feel free to ask
<yasu@sfc.wide.ad.jp> by E-mail. Patches will be appriciated.

ospf6d's vty port was default to 2606/tcp.
Use commands below.

VIEW NODE:
  show ipv6 ospf6
    To see Router-ID, uptime of ospf6d, some statistics.

  show ipv6 ospf6 database ...
    This command shows LSA database. You can specify
    LS-type/LS-ID/Advertising-Router of LSAs. '*' is recognized.

  show ipv6 ospf6 interface ...
    To see the status of the OSPF interface, and the configuration
    like interface costs.

  show ipv6 ospf6 neighbor ...
    Shows state of neighbors and choosed (Backup) DR on the I/F.

  show ipv6 ospf6 route (X::X)
    This command shows internal routing table of the ospf6d.
    Routes not calculated by OSPFv3 (like connected routes)
    are not shown. If Address is specified (X::X), shows the route
    that the address matches.

  show ipv6 ospf6 route redistribute (X::X)
    Shows the routes advertised as AS-External routes by the router
    itself. If Address is specified (X::X), shows the route
    that the address matches.

CONFIG NODE:
  interface NAME
    To enter INTERFACE NODE

  router ospf6 ...
    To enter OSPF6 NODE

INTERFACE NODE:
  ipv6 ospf6 cost COST
    Sets the interface's output cost. default 1

  ipv6 ospf6 hello-interval HELLOINTERVAL
    Sets the interface's Hello Interval. default 10

  ipv6 ospf6 dead-interval DEADINTERVAL
    Sets the interface's Router Dead Interval. default 40

  ipv6 ospf6 retransmit-interval RETRANSMITINTERVAL
    Sets the interface's Rxmt Interval. default 5

  ipv6 ospf6 priority PRIORITY
    Sets the interface's Router Priority. default 1

  ipv6 ospf6 transmit-delay TRANSMITDELAY
    Sets the interface's Inf-Trans-Delay. default 1

OSPF6 NODE:
  router-id A.B.C.D
    Sets the router's Router-ID

  interface NAME area AREA
    Binds interface to specified Area, and start
    sending OSPFv3 packets.

Sample configuration is in ospf6d.conf.sample.

--
Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
Kunihiro Ishiguro <kunihiro@zebra.org>