Tag 'quagga_0_97_2_release' created by paul <paul> at 1970-01-01 00:00 -0800
Changes since quagga_0_97_1_release:
hasso (17):
ospf6d supports SNMP as well now.
Unbreak ospfclient compilation.
Unbreak "show ip route" command.
Some compiler warnings fixes and fix for bugzilla #119.
Fix critical bugzilla #113. Make CMD_ERR_NOTHING_TODO nonfatal.
Initialize access lists here as well.
All access lists (IPv4 and IPv6) are used by all daemons to limit access
to
Unbreak compilation with ospfapi disabled. We should seriously think about
Make initializing smux connection configurable - "smux peer OID" command
* zserv.c: Remove useless warnings "forwarding is already on".
Ladies and Gentlemens. This file is dead for years, from 1999 to be exact.
Make dump configuration appear in vtysh.
Missing comma.
Fix regression. It seems to me that this code still works only by accident
OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd,
Small copyright string and hostname related cleanup.
Don't popen pager if command is "exit". Fixes "vtysh screws up my terminal
paul (17):
2004-10-13 Paul Jakma <[email protected]>
2004-10-13 Paul Jakma <[email protected]>
- fix date in changelog of my last commit..
- From Andrew Schorr, fixup logrotate to use correct path to killall
2004-10-22 Paul Jakma <[email protected]>
2004-10-22 Paul Jakma <[email protected]>
2004-10-13 Paul Jakma <[email protected]>
2004-10-22 Paul Jakma <[email protected]>
2004-10-22 Paul Jakma <[email protected]>
2004-10-22 Paul Jakma <[email protected]>
2004-10-22 Paul Jakma <[email protected]>
2004-10-22 Paul Jakma <[email protected]>
- credit rix for fixing openbsd
2004-10-23 Paul Jakma <[email protected]>
2004-10-23 Paul Jakma <[email protected]>
- update with andrew's modifications
- andrew's service adding change to detect existing entries reliably
---
bgpd/bgp_view.c | 257 ------------------------------------------------
lib/print_version.c | 31 -----
ChangeLog | 18 +++
bgpd/ChangeLog | 27 +++++
bgpd/bgp_aspath.c | 8 -
bgpd/bgp_aspath.h | 8 -
bgpd/bgp_clist.c | 28 ++---
bgpd/bgp_clist.h | 20 ++-
bgpd/bgp_community.c | 13 +-
bgpd/bgp_community.h | 6 -
bgpd/bgp_damp.c | 18 +--
bgpd/bgp_damp.h | 35 +++---
bgpd/bgp_debug.c | 11 +-
bgpd/bgp_debug.h | 4
bgpd/bgp_dump.c | 5
bgpd/bgp_ecommunity.c | 16 +-
bgpd/bgp_ecommunity.h | 6 -
bgpd/bgp_filter.c | 14 +-
bgpd/bgp_filter.h | 2
bgpd/bgp_fsm.c | 4
bgpd/bgp_fsm.h | 2
bgpd/bgp_main.c | 2
bgpd/bgp_mplsvpn.c | 21 ++-
bgpd/bgp_mplsvpn.h | 4
bgpd/bgp_nexthop.c | 8 -
bgpd/bgp_packet.c | 6 -
bgpd/bgp_packet.h | 8 -
bgpd/bgp_regex.c | 2
bgpd/bgp_regex.h | 2
bgpd/bgp_route.c | 65 ++++++------
bgpd/bgp_route.h | 6 -
bgpd/bgp_routemap.c | 134 ++++++++++++-------------
bgpd/bgp_snmp.c | 10 -
bgpd/bgp_vty.c | 180 ++++++++++++++++++---------------
bgpd/bgp_zebra.c | 3
bgpd/bgp_zebra.h | 2
bgpd/bgpd.c | 40 ++++---
bgpd/bgpd.h | 28 ++---
configure.ac | 19 ++-
doc/ChangeLog | 4
doc/overview.texi | 2
doc/snmp.texi | 18 +--
isisd/ChangeLog | 5
isisd/isis_main.c | 2
lib/ChangeLog | 62 +++++++++++
lib/Makefile.am | 7 -
lib/command.c | 43 ++++----
lib/command.h | 83 +++++++++------
lib/if.c | 84 +++++----------
lib/if.h | 13 ++
lib/prefix.c | 26 ++++
lib/prefix.h | 8 +
lib/smux.c | 86 ++++++++--------
lib/smux.h | 2
lib/sockopt.c | 6 -
lib/sockopt.h | 38 +++----
lib/sockunion.c | 8 -
lib/sockunion.h | 2
lib/version.h.in | 3
lib/vty.h | 39 +++----
lib/zclient.c | 15 ++
lib/zebra.h | 3
ospf6d/ChangeLog | 5
ospf6d/ospf6_snmp.c | 7 -
ospfd/ChangeLog | 33 ++++++
ospfd/ospf_interface.c | 40 +++++--
ospfd/ospf_lsa.c | 2
ospfd/ospf_main.c | 12 +-
ospfd/ospf_network.c | 3
ospfd/ospf_opaque.c | 3
ospfd/ospf_packet.c | 12 +-
ospfd/ospf_snmp.c | 10 -
ospfd/ospf_vty.c | 5
ospfd/ospfd.c | 34 +-----
redhat/quagga.logrotate | 12 +-
redhat/quagga.spec.in | 16 ++
ripd/ChangeLog | 29 +++++
ripd/rip_interface.c | 140 ++++++++++++--------------
ripd/rip_snmp.c | 8 -
ripd/ripd.c | 214 ++++++++++++++++++---------------------
vtysh/ChangeLog | 12 ++
vtysh/extract.pl.in | 6 -
vtysh/vtysh.c | 5
zebra/ChangeLog | 35 ++++++
zebra/connected.c | 46 ++++++++
zebra/interface.c | 34 ++++--
zebra/irdp_interface.c | 6 -
zebra/irdp_main.c | 2
zebra/rib.h | 9 -
zebra/rt_netlink.c | 4
zebra/zebra_rib.c | 9 -
zebra/zebra_snmp.c | 15 +-
zebra/zebra_vty.c | 21 ++-
zebra/zserv.c | 36 +-----
94 files changed, 1282 insertions(+), 1175 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn