mirror_frr/bgpd
ajs 5a64665039 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* vty.h: Remove fields in struct vty that were related to VTY_CONTINUE
	  capabilities (that were used only in bgpd/bgp_route.c and are now
	  removed).  Also remove some other fields that were not being
	  used at all.
	* vty.c: (vty_execute) Do not test for obsolete status values VTY_START
	  and VTY_CONTINUE.
	  (vty_read) Remove calls to vty->output_func since that was part
	  of the VTY_CONTINUE infrastructure that has been removed.
	  (vty_flush) Remove code to support VTY_START and VTY_CONTINUE.
	  (vty_close) Remove code to cancel vty->t_output thread, since that
	  thread was never actually used.
	* bgp_route.c: Remove all code related to VTY_CONTINUE; this feature
	  is deprecated because the output did not represent a single point
	  in time.  All output needs to be generated inline and buffered
	  by the library code.
	  (route_vty_out,route_vty_out_tag,damp_route_vty_out,
	   flap_route_vty_out) Remove code to count number of lines of output,
	   since this was only useful for VTY_CONTINUE behavior.
	  (bgp_show_callback) Removed.
	  (bgp_show_table) Remove hooks for VTY_CONTINUE callback support.
	  As a result, there's a new output_arg argument to this function.
	  Make function static.
	  (bgp_show) Make function static and add a new output_arg argument.
	  Change all functions that call bgp_show or bgp_show_table to
	  pass the new output_arg argument (that used to be passed inside
	  vty->output_arg).
	* bgp_mplsvpn.c: Remove declarations of functions defined in
	  bgp_route.c; these declarations belong in bgp_route.h.
	* bgp_route.h: Declare 3 global functions used in both bgp_route.c
	  and in bgp_mplsvpn.c.
2004-11-05 01:25:55 +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
BGP4-MIB.txt Initial revision 2002-12-13 20:15:29 +00:00
bgp_advertise.c 2004-05-01 Paul Jakma <paul@dishone.st> 2004-05-01 08:44:08 +00:00
bgp_advertise.h Initial revision 2002-12-13 20:15:29 +00:00
bgp_aspath.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_aspath.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_attr.c 2004-10-31 Paul Jakma <paul@dishone.st> 2004-10-31 18:58:09 +00:00
bgp_attr.h 2004-06-04 Paul Jakma <paul@dishone.st> 2004-06-04 17:58:18 +00:00
bgp_btoa.c Initial revision 2002-12-13 20:15:29 +00:00
bgp_clist.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_clist.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_community.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_community.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_damp.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_damp.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_debug.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_debug.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_dump.c Make dump configuration appear in vtysh. 2004-10-13 21:32:46 +00:00
bgp_dump.h 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net> 2003-10-18 01:01:19 +00:00
bgp_ecommunity.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_ecommunity.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_filter.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_filter.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_fsm.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_fsm.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_main.c 2004-10-25 Paul Jakma <paul@dishone.st> 2004-10-25 14:19:15 +00:00
bgp_mplsvpn.c 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-05 01:25:55 +00:00
bgp_mplsvpn.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_network.c 2004-10-25 Paul Jakma <paul@dishone.st> 2004-10-25 14:19:15 +00:00
bgp_network.h Initial revision 2002-12-13 20:15:29 +00:00
bgp_nexthop.c OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, 2004-10-19 19:44:43 +00:00
bgp_nexthop.h Initial revision 2002-12-13 20:15:29 +00:00
bgp_open.c 2004-06-04 Paul Jakma <paul@dishone.st> 2004-06-04 17:58:18 +00:00
bgp_open.h Merge graceful restart capability display and some small fixes from Zebra 2004-05-21 09:31:30 +00:00
bgp_packet.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_packet.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_regex.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_regex.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_route.c 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-05 01:25:55 +00:00
bgp_route.h 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-05 01:25:55 +00:00
bgp_routemap.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_snmp.c Make initializing smux connection configurable - "smux peer OID" command 2004-10-13 10:33:26 +00:00
bgp_snmp.h Initial revision 2002-12-13 20:15:29 +00:00
bgp_table.c 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> 2004-09-13 05:12:46 +00:00
bgp_table.h 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> 2004-09-13 05:12:46 +00:00
bgp_vty.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_vty.h Merge graceful restart capability display and some small fixes from Zebra 2004-05-21 09:31:30 +00:00
bgp_zebra.c 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgp_zebra.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
bgpd.c 2004-10-31 Paul Jakma <paul@dishone.st> 2004-10-31 18:58:09 +00:00
bgpd.conf.sample Initial revision 2002-12-13 20:15:29 +00:00
bgpd.conf.sample2 Initial revision 2002-12-13 20:15:29 +00:00
bgpd.h 2004-10-13 Paul Jakma <paul@dishone.st> 2004-10-13 05:06:08 +00:00
ChangeLog 2004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-05 01:25:55 +00:00
Makefile.am (somewhat unrelated cleanups, but all are very minor) 2004-07-23 16:23:56 +00:00