This is README file for IRRToolSet-4.7.2-RtConfig.patch.tgz

You will find in this file:

RtConfig.cc.patch	
RtConfig.hh.patch	
f_cisco.cc.patch
f_junos.cc.patch
f_bcc.cc.patch
f_rsd.cc.patch
f_gated.cc.patch
		there are two bugfixes intended in these patches.
		1. If import/export policy cannot be located, 
		you can see more detailed warning describing 
		the peer for which policy is missing
		2. Non-existent inet-rtr object was giving 
		SEGV for 'configureRouter' command. 
		Now additional check is made.
 
prpath.cc.patch
		this is to fix the handling of <destination-specification> 
		in prpath. When <destination-specification> is an IP address, 
		prpath queries for route object for <ip-addr>/32. 
		If the object is non-existent (and therefore we can't determine
		originating destination AS), the error is issued. 
		Previously it exited silently.

mpatch*  
	shell script for applying the pathes

To apply the patches, you may want to use shell script:

1. cp IRRToolSet-4.7.2-RtConfig.patch.tgz <IRRToolSet-source-dir>
2. tar -zxf IRRToolSet-4.7.2-RtConfig.patch.tgz
3. ./mpatch
4. rm *.patch
5. rm mpatch
6. recompile IRRToolSet (make clean; make; make install)

Please contact irrtoolset@ripe.net or katie@ripe.net if 
you experience any problems with it.

