mirror_frr/ospf6d
ajs 274a4a4447 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* bgp_main.c: (main) The 2nd argument to openzlog has been removed.
	* isis_main.c: (main) The 2nd argument to openzlog has been removed.
	* ospf6_main.c: (main) The 2nd argument to openzlog has been removed.
	  Note that stdout logging will no longer be enabled by default when
	  not running as a daemon.
	* ospf_main.c: (main) The 2nd argument to openzlog has been removed.
	* rip_main.c: (main) The 2nd argument to openzlog has been removed.
	* ripng_main.c: (main) The 2nd argument to openzlog has been removed.
	* main.c: (main) The 2nd argument to openzlog has been removed.
	  So stdout logging will no longer be enabled by default.
	* irdp_main.c: (irdp_finish) Reduce severity of shutdown message
	  from LOG_WARNING to LOG_INFO.
	* vtysh.c: Make several functions static instead of global.
	  Added several commands to support destination-specific logging levels.
	  (vtysh_completion) This function is unused, so comment it out.
	* basic.texi: Document new logging features.  Separate basic config
	  commands from basic VTY commands.
	* log.h: Replace struct zlog flags and maskpri fields with maxlvl
	  array to support individual logging levels for each destination.
	  Remove the 2nd argument to openzlog since the default logging config
	  should be standardized inside the library.  Replaced the
	  zlog_set_flag and zlog_reset_flag functions with zlog_set_level.
	  And zlog_set_file now requires an additional log_level argument.
	  Declare zlog_proto_names for use inside command.c in the
	  "show logging" command.  Added defines useful for command
	  construction.
	* log.c: (vzlog) Decide where to send the message based on the
	  individual logging levels configured for each destination.
	  Remove support for ZLOG_STDERR since it was never actually used.
	  Support record-priority for terminal monitors.
	  (zlog_signal,zlog_backtrace_sigsafe) Support destination-specific
	  logging levels.  Remove stderr support (was never used).  Added
	  support for terminal monitor logging.
	  (_zlog_assert_failed) Increase message severity to LOG_EMERG.
	  (openzlog) Remove 2nd argument since default config should be
	  standardized in library.  By default, terminal monitoring
	  is set to debug, and all other logging is disabled.
	  (zlog_set_flag,zlog_reset_flag) Removed.
	  (zlog_set_level) New function to replace zlog_set_flag and
	  zlog_reset_flag.  Supports destination-specific logging levels.
	  (zlog_set_file,zlog_reset_file) Support file-specific logging level.
	  (zlog_rotate) Log an error message if fopen fails, and support
	  new file-specific logging level.
	* command.h: Change DEFUN_CMD_FUNC_DECL and DEFUN_CMD_FUNC_TEXT so that
	  command functions will be static instead of global.  Remove
	  declarations for config_exit and config_help.  Define new macros
	  DEFUNSH_ATTR, DEFUNSH_HIDDEN, and DEFUNSH_DEPRECATED so we can
	  have deprecated commands in vtysh.  Similarly, for completeness,
	  define macros ALIAS_SH, ALIAS_SH_HIDDEN, and ALIAS_SH_DEPRECATED.
	  Also, fix bug in ALIAS_ATTR macro (didn't matter because it
	  was never used).
	* command.c: Make many functions static instead of global.
	  (facility_name,facility_match,level_match) New functions
	  to support enhanced destination-specific logging levels.
	  (config_write_host) Support new destination-specific logging levels.
	  (config_logmsg) Added new "logmsg" command to help test logging
	  system.
	  (show_logging) Added "show logging" command to show the current
	  configuration of the logging system.
	  (config_log_stdout_level) Support explicit stdout logging level.
	  (no_config_log_stdout) Now takes optional LEVEL arg.
	  (config_log_monitor,config_log_monitor_level,no_config_log_monitor)
	  New commands creating new "log monitor" commands to set terminal
	  monitoring log level.
	  (config_log_file_level) Support explicit file logging level.
	  (config_log_syslog_level) Support explicit syslog logging level.
	  (config_log_facility,no_config_log_facility) Implement new
	  "log facility" command.
	  (cmd_init) Add hooks for new commands: "show logging", "logmsg",
	  "log stdout <level>", "log monitor", "log monitor <level>",
	  "no log monitor", "log file <filename> <level>",
	  "no log file <filename> <level>", "log syslog <level>",
	  "log facility", and "no log facility".
	* vty.h: Added a "level" argument to vty_log so it can support
	  "log record-priority".  Declare new function vty_log_fixed for
	  use in signal handlers.
	* vty.c: (vty_log,vty_log_out) Added a "level" argument to support
	  "log record-priority" for vty terminal monitors.
	  (vty_down_level) Use config_exit_cmd.func instead of calling
	  config_exit directly (since command functions will now be static
	  instead of global).
	  (vty_log_fixed) New function to send terminal monitor messages
	  from inside a signal handler.
2004-12-07 15:39:31 +00:00
..
.cvsignore - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
ChangeLog 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-07 15:39:31 +00:00
Makefile.am 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 08:07:29 +00:00
ospf6_abr.c Remove usage of evil list and listnode typedefs. 2004-09-23 19:18:23 +00:00
ospf6_abr.h SVN revisions 935-940 merge from Zebra CVS. 2004-08-25 09:10:37 +00:00
ospf6_area.c Remove usage of evil list and listnode typedefs. 2004-09-23 19:18:23 +00:00
ospf6_area.h Remove usage of evil list and listnode typedefs. 2004-09-23 19:18:23 +00:00
ospf6_asbr.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_asbr.h Ospf6d merge from Zebra repository with added privs stuff and merged 2004-05-18 18:57:06 +00:00
ospf6_flood.c 2004-11-05 Phil Spagnolo <phillip.a.spagnolo@boeing.com> 2004-11-05 18:42:27 +00:00
ospf6_flood.h Merge svn revision 975 from Zebra repository. 2004-09-01 21:36:14 +00:00
ospf6_interface.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_interface.h 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_intra.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_intra.h SVN revisions 916-920 from Zebra. ABR support is almost done. 2004-08-15 05:52:07 +00:00
ospf6_lsa.c Merge svn revisions 1208, 1222 and 1228 from Zebra cvs. 2004-11-25 20:54:46 +00:00
ospf6_lsa.h Merge svn revisions 1208, 1222 and 1228 from Zebra cvs. 2004-11-25 20:54:46 +00:00
ospf6_lsdb.c Merge svn revisions 1208, 1222 and 1228 from Zebra cvs. 2004-11-25 20:54:46 +00:00
ospf6_lsdb.h Merge svn revisions 1208, 1222 and 1228 from Zebra cvs. 2004-11-25 20:54:46 +00:00
ospf6_main.c 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-07 15:39:31 +00:00
ospf6_message.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_message.h 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_neighbor.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_neighbor.h 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_network.c 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-20 02:06:59 +00:00
ospf6_network.h Ospf6d merge from Zebra repository with added privs stuff and merged 2004-05-18 18:57:06 +00:00
ospf6_proto.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_proto.h Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include 2004-09-29 00:26:19 +00:00
ospf6_route.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_route.h 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_snmp.c Fix compile. 2004-11-26 12:55:51 +00:00
ospf6_snmp.h 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6_spf.c Merge svn revisions 1208, 1222 and 1228 from Zebra cvs. 2004-11-25 20:54:46 +00:00
ospf6_spf.h Merge svn revisions 1208, 1222 and 1228 from Zebra cvs. 2004-11-25 20:54:46 +00:00
ospf6_top.c Better common router-id handling. 2004-10-11 17:02:40 +00:00
ospf6_top.h Better common router-id handling. 2004-10-11 17:02:40 +00:00
ospf6_zebra.c 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-20 02:06:59 +00:00
ospf6_zebra.h Ospf6d merge from Zebra repository with added privs stuff and merged 2004-05-18 18:57:06 +00:00
ospf6d.c 2004-10-10 Paul Jakma <paul@dishone.st> 2004-10-10 12:54:58 +00:00
ospf6d.conf.sample Ospf6d merge from Zebra repository with added privs stuff and merged 2004-05-18 18:57:06 +00:00
ospf6d.h Merge svn revisions 997 and 1000 from Zebra cvs repository. 2004-09-13 14:01:12 +00:00
OSPFv3-MIB.txt Merge svn revisions 1208, 1222 and 1228 from Zebra cvs. 2004-11-25 20:54:46 +00:00
README Ospf6d merge from Zebra repository with added privs stuff and merged 2004-05-18 18:57:06 +00:00

		  Zebra OSPF daemon for IPv6 network

			     2003/08/18

README for newer code is not yet. General usage should remain
the same. For further usage, see command helps by typing '?'
in vty, and then imagin ! ;p) Previous README contents follows.

		  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>