/*
 *  @(#) $Id: README,v 1.4 1997/12/31 00:03:19 braden Exp $
 */
This directory contains several tools that may be used with rsvpd.
These tools are all based on the rapi API.
Release 4.2a2.

FILES

This directory contains:

  Makefile:	The makefile
  README:	This file
  filter.c:	A program to dynamically restrict debug output by session
  rtap_main.c:	An application program for testing rsvp

COMPILATION

In order to compile these files type 'make depend' and then 'make'.

SUMMARY

rtap:

	rtap is an interactive RSVP test application.  The version in
	this directory creates a stand-alone rtap program; the same
	functionality is also integrated into rsvpd.  For more info on
	rtap see rtap.8 in docs directory.  This version also includes
	the former dlevel and dmask commands, controlling the logging
	information from rsvpd.

filter:

	filter is a program to restrict rsvpd debugging output to
	specific sessions.  The command 'filter on' turns filtering
	on meaning that only limited debugging output will be generated
	by rsvpd.  Individual sessions can have their debugging output
	completely printed by activating a filter, 'filter +224.2.0.3'.
	Similarly 'filter -224.2.0.3' limits the debugging for destination
	address 224.2.0.3.  Finally 'filter off' restores full debugging
	output printing for all sessions.
