mirror_frr/lib
paul 0a58935967 2004-05-08 Paul Jakma <paul@dishone.st>
* bgp_zebra.c: (bgp_interface_address_add) sync to zclient changes
         (bgp_interface_address_delete) ditto.
         (bgp_zebra_announce) ditto.
         (bgp_zebra_withdraw) ditto.
       * isis_zebra.c: Sync with zclient changes.
       * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
         message format.
       * ospf6_zebra.c: Sync to zclient changes
       * ospf_zebra.c: Sync with lib/zclient changes
       * rip_zebra.c: sync with zclient changes.
       * rip_interface.c: ditto.
       * ripng_{interface,zebra}.c: sync with zclient changes


2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>

       * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
         (zapi_ipv4_delete) ditto.
         (zapi_ipv4_route) add/delete a route by way of cmd arg.
         (zapi_ipv6_add) collapsed into zapi_ipv6_route.
         (zapi_ipv6_delete) ditto.
         (zapi_ipv6_route) add/delete a route by way of cmd arg.
         (zebra_interface_address_delete_read) collapsed into
         zebra_interface_address_read.
         (zebra_interface_address_delete_read) ditto.
         (zebra_interface_address_read) read address add/delete messages
         by way of type argument. Describe command message format.
         (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
         Describe command message format.
         (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
         (zclient_redistribute_set) Collapsed into zclient_redistribute
         (zclient_redistribute_unset) ditto
         (zclient_redistribute) set/unset redistribution.
         (zclient_redistribute_default_set) Collapsed into
         zclient_redistribute_default.
         (zclient_redistribute_default_unset) ditto.
         (zclient_redistribute_default) Redistribute default set/unset.
       * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
         zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
         zclient_redistribute. Ditto for
         zclient_redistribute_default_{set/unset}.
2004-05-08 11:48:26 +00:00
..
.cvsignore 2003-09-24 Paul Jakma <paul@dishone.st> 2003-09-24 05:09:26 +00:00
buffer.c Initial revision 2002-12-13 20:15:29 +00:00
buffer.h Initial revision 2002-12-13 20:15:29 +00:00
ChangeLog 2004-05-08 Paul Jakma <paul@dishone.st> 2004-05-08 11:48:26 +00:00
checksum.c Initial revision 2002-12-13 20:15:29 +00:00
command.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
command.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
daemon.c 2004-04-21 Boris Kovalenko <boris@tagnet.ru> 2004-04-21 11:00:43 +00:00
debug.c Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER 2004-03-04 17:45:00 +00:00
debug.h Paul Jakma: 2003-06-04 09:40:54 +00:00
distribute.c Hasso Tepper 2003-04-19 15:55:08 +00:00
distribute.h Initial revision 2002-12-13 20:15:29 +00:00
filter.c Initial revision 2002-12-13 20:15:29 +00:00
filter.h Initial revision 2002-12-13 20:15:29 +00:00
getopt1.c Initial revision 2002-12-13 20:15:29 +00:00
getopt.c Initial revision 2002-12-13 20:15:29 +00:00
getopt.h Initial revision 2002-12-13 20:15:29 +00:00
hash.c Initial revision 2002-12-13 20:15:29 +00:00
hash.h Initial revision 2002-12-13 20:15:29 +00:00
if_rmap.c RIP has now "route-map x [in|out] <interface>" as well. 2003-05-25 15:13:49 +00:00
if_rmap.h Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Used 2003-05-24 21:41:49 +00:00
if.c 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-05-08 05:00:31 +00:00
if.h 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-05-08 05:00:31 +00:00
keychain.c Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER 2004-03-04 17:45:00 +00:00
keychain.h Initial revision 2002-12-13 20:15:29 +00:00
linklist.c Revert my "microfix". It was caused by misreading code. Gilad is right as 2003-12-22 16:49:15 +00:00
linklist.h comments about struct list 2003-12-22 16:07:52 +00:00
log.c Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
log.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
Makefile.am 2004-01-19 Paul Jakma <paul@dishone.st> 2004-01-19 21:31:15 +00:00
md5-gnu.h Initial revision 2002-12-13 20:15:29 +00:00
md5.c Initial revision 2002-12-13 20:15:29 +00:00
memory.c Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
memory.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
network.c Initial revision 2002-12-13 20:15:29 +00:00
network.h Initial revision 2002-12-13 20:15:29 +00:00
pid_output.c 2003-12-22 Christian Hammers <ch@lathspell.de> 2003-12-22 20:15:53 +00:00
plist.c Initial revision 2002-12-13 20:15:29 +00:00
plist.h Initial revision 2002-12-13 20:15:29 +00:00
prefix.c Explain the dual use of struct prefix for CIDR prefixes and 2004-01-13 14:55:40 +00:00
prefix.h Explain the dual use of struct prefix for CIDR prefixes and 2004-01-13 14:55:40 +00:00
print_version.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
privs.c 2003-06-11 Paul Jakma <paul@dishone.st> 2003-06-11 05:12:40 +00:00
privs.h Paul forgot probably to commit privs.[c|h] changes. Had to reorder includes 2003-06-04 17:41:54 +00:00
regex-gnu.h Initial revision 2002-12-13 20:15:29 +00:00
regex.c 2003-10-22 Paul Jakma <paul@dishone.st> 2003-10-22 02:41:52 +00:00
routemap.c 2003-10-29 Paul Jakma <paul@dishone.st> 2003-10-29 06:30:19 +00:00
routemap.h Initial revision 2002-12-13 20:15:29 +00:00
sigevent.c 2004-01-19 Paul Jakma <paul@dishone.st> 2004-01-19 21:23:37 +00:00
sigevent.h 2004-01-19 Paul Jakma <paul@dishone.st> 2004-01-19 21:23:37 +00:00
smux.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
smux.h 2003-06-19 Paul Jakma <paul@dishone.st> 2003-06-19 01:21:07 +00:00
sockopt.c Initial revision 2002-12-13 20:15:29 +00:00
sockopt.h Initial revision 2002-12-13 20:15:29 +00:00
sockunion.c 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-05-08 05:10:38 +00:00
sockunion.h Initial revision 2002-12-13 20:15:29 +00:00
str.c Initial revision 2002-12-13 20:15:29 +00:00
str.h Initial revision 2002-12-13 20:15:29 +00:00
stream.c Initial revision 2002-12-13 20:15:29 +00:00
stream.h Initial revision 2002-12-13 20:15:29 +00:00
table.c lib/table.c: Fix the SET_LINK macro. (not that its of any worth) 2003-05-29 17:18:47 +00:00
table.h Initial revision 2002-12-13 20:15:29 +00:00
tcpfilter.c Initial revision 2002-12-13 20:15:29 +00:00
tcpfilter.h Initial revision 2002-12-13 20:15:29 +00:00
thread.c Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
thread.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00
vector.c Initial revision 2002-12-13 20:15:29 +00:00
vector.h Initial revision 2002-12-13 20:15:29 +00:00
version.h.in 2003-09-24 Paul Jakma <paul@dishone.st> 2003-09-24 05:09:26 +00:00
vty.c 2004-03-16 David Young <dyoung@pobox.com> 2004-03-16 14:38:36 +00:00
vty.h 2003-08-12 Paul Jakma <paul@dishone.st> 2003-08-12 13:08:31 +00:00
zclient.c 2004-05-08 Paul Jakma <paul@dishone.st> 2004-05-08 11:48:26 +00:00
zclient.h 2004-05-08 Paul Jakma <paul@dishone.st> 2004-05-08 11:48:26 +00:00
zebra.h Merge isisd into the Quagga's framework: 2003-12-23 08:56:18 +00:00