summaryrefslogtreecommitdiffstats
path: root/ospf6d/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Make initializing smux connection configurable - "smux peer OID" commandhasso2004-10-131-0/+5
| | | | | initializes connection, and "no smux peer" command terminates it. Fixes bugzilla #47 and #112.
* Better common router-id handling.hasso2004-10-111-0/+6
|
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | * ospf6_route.c: Add const qualifier to various char arrays of constants. signed/unsigned fixes. (ospf6_linkstate_table_show) argv is const * ospf6_snmp.c: listnode typedef is dead. (ospf6_snmp_init) Take struct thread_master arg, needed for smux_init. * ospf6_snmp.h: update ospf6_snmp_init declaration. * ospf6d.c: (ospf6_init) add const qualifier to sargv, pass master to ospf_snmp6_init. * ospf6_asbr.c: const char update. * ospf6_interface.c: ditto, plus signed/unsigned fixes. (ipv6_ospf6_cost) Check whether cost fits in u_int32_t and use strtoul. * ospf6_intra.c: const char update. Parenthesise expression. * ospf6_lsa.c: signed/unsigned and const char updates. * ospf6_proto.c: ditto. * ospf6_message.c: ditto. * ospf6_lsdb.c: signed/unsigned update. * ospf6_main.c: const char update. * ospf6_neighbor.c: ditto. * ospf6_spf.c: ditto. * ospf6_top.c: ditto.
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-0/+4
| | | | * Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
* Merge svn revisions 1065 and 1066 from Zebra CVS.hasso2004-10-081-0/+9
|
* Common router id.hasso2004-10-031-0/+5
|
* Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h includehasso2004-09-291-0/+5
| | | | to ospf6_network.h.
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-0/+4
|
* Merge svn revisions 997 and 1000 from Zebra cvs repository.hasso2004-09-131-0/+11
|
* Merge svn revision 981 from Zebra cvs.hasso2004-09-031-0/+11
|
* Merge svn revisions 978-979 from Zebra CVS.hasso2004-09-021-0/+5
|
* Merge svn revision 975 from Zebra repository.hasso2004-09-011-0/+7
|
* Port ospf6d to sigevent and rename signal handling functions in vtysh not tohasso2004-08-281-0/+4
| | | | conflict the ones in lib/sigevent.c. Fixes compiling with --disable-shared.
* Merge changelog entry from zebra cvs for my vtysh fix.hasso2004-08-261-0/+4
|
* SVN revisions 935-940 merge from Zebra CVS.hasso2004-08-251-0/+5
|
* Merge svn revisions 924 and 925 from Zebra CVS. Also remove uselesshasso2004-08-191-0/+5
| | | | | ospf6_lsdb prototype declaration from ospf6_lsa.h. Report sent to Yasuhiro Ohara as well.
* SVN revisions 916-920 from Zebra. ABR support is almost done.hasso2004-08-151-0/+22
|
* SVN revision 907 from Zebra cvs repository.hasso2004-08-041-0/+7
|
* Use ifp->mtu6 in ospf6d and ripngd.hasso2004-07-231-0/+5
|
* 2004-07-23 Paul Jakma <paul@dishone.st>paul2004-07-231-0/+5
| | | | | * ospf6_main.c: Delete LOG_PERROR, not portable. * ospf6_network.c: (ospf6_set_pktinfo) use setsockopt_ipv6_pktinfo
* Merge svn revision 855 from Zebra repository.hasso2004-07-091-0/+6
|
* Update to latest (really :) ospf6d from Zebra repository and some tinyhasso2004-05-181-0/+15
| | | | fixes.
* Ospf6d merge from Zebra repository with added privs stuff and mergedhasso2004-05-181-18/+10
| | | | zclient changes.
* 2004-05-08 Paul Jakma <paul@dishone.st>paul2004-05-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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}.
* 2003-08-11 Taisuke Sasaki <sasaki@soft.net.fujitsu.co.jp>paul2003-08-121-0/+4
| | | | * ospf6_ism.c: DR Election bug fix.
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-181-0/+6
| | | | | | | | Subject: [zebra 19093] [PATCH] Two more fixes 1) From 6Wind patch - show router and interface nodes from ospf6d when using vtysh and don't show defaults in interface node. Fixes bugzilla #14.
* Update Changelogspaul2003-05-161-0/+15
|
* Initial revisionpaul2002-12-131-0/+809