summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Start of new ospf6d merge from Zebra.hasso2004-05-181-0/+4
|
* 2004-05-08 Paul Jakma <paul@dishone.st>paul2004-05-081-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-05-081-1/+3
| | | | | * command.c: (sockunion_getsockname) use socklen_t for len. (sockunion_getpeername) ditto.
* 2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-05-081-0/+9
| | | | | | | | | * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ from IPv4, and Solaris treats the MTU's differently. Add connected_add_by_prefix, for use by later patch. * if.c: (connected_add_by_prefix) Add prefix to connected list. (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag (if_dump) Dump mtu6 flag, for HAVE_IPV6.
* 2004-04-21 Boris Kovalenko <boris@tagnet.ru>paul2004-04-211-0/+4
| | | | * daemon.c: (daemon) fix check for error return from setsid
* 2004-01-19 Paul Jakma <paul@dishone.st>paul2004-01-191-0/+5
| | | | | * sigevent.{c,h}: New files, implement event handled signals. see signal_init() in sigevent.h.
* Add comments about isisd integration.jardin2003-12-231-0/+4
|
* Reorder free(f); unlink(f); to unlink before freeing.import.isisd.sf.20031223gdt2003-12-221-0/+5
|
* 2003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>paul2003-08-211-0/+5
| | | | | * command.c: Fix <cr> display problem for command line description.
* Update changelog -> fix from Anil Madhavapeddypaul2003-05-241-0/+4
|
* Update Changelogspaul2003-05-161-0/+9
|
* Initial revisionpaul2002-12-131-0/+1926