Index of /source/quagga
  
This directory contains various local patches for the Quagga routing software.
quagga-bgp_dump-rollup.patch
----------------------------
	- Increases the size of the buffer used when dumping BGP packets to take
	  into account the larger than originally coded header record.
	- Closes RIB dump file as soon as the dump is complete instead of
	  waiting for the timer to expire and the next dump to be done.
	- Dump files at known times instead of simple offset from whatever time
	  the bgpd process was started.
		bgpd/bgp_dump.h
		bgpd/bgp_dump.c
quagga-dump-v6-nexthop-and-peers.patch
-------------------------------------
	- Properly dumps peer addresses for IPv6 peerings in update dumps and
	  dumps IPv6 nexthops in RIB dumps.
		bgpd/bgp_attr.h
		bgpd/bgp_attr.c
		bgpd/bgp_dump.c