Tag 'merge_zprivs_head_2' created by paul <paul> at 1970-01-01 00:00 -0800

Changes since merge_zprivs_head_1:
hasso (13):
      "ip forwarding" command. Patch from Jim Crumpler.
      Just "write" command without any parameters writes conf to file.
      Merge RIP part of 6Wind patch.
      RIP has now "route-map x [in|out] <interface>" as well.
      Unbroke "set metric" command in vtysh again.
      Ripngd part of 6Wind patch.
      Update changelog as well.
      Route (reject|blackhole) support from 6Wind patch.
      Merged 6Wind patch.
      Sync with configure.in.
      Last fixes from 6Wind patch.
      ospf6d part of 6Wind patch.
      Tiny fixes from 6Wind patch.

paul (5):
      Add back support for null0 interface blackhole routes.
      Fix missing else in static_add_ipv4() which was causing case of (!ifname)
      Change rtadv to default to disabled.
      Sync to configure.ac
      Add .cvsignore for redhat

---
 acconfig.h               |   14 
 config.sub               |    3 
 configure.ac             |   50 +
 configure.in             |   50 +
 lib/command.c            |   11 
 lib/if_rmap.c            |   30 +
 lib/memory.c             |   27 +
 lib/memory.h             |    9 
 lib/sockunion.c          |    5 
 lib/zclient.c            |   54 +-
 lib/zebra.h              |    7 
 ospf6d/Makefile.am       |    2 
 ospf6d/ospf6_asbr.c      |   53 +-
 ospf6d/ospf6_main.c      |    6 
 ospf6d/ospf6_network.c   |    8 
 ospf6d/ospf6_top.c       |    3 
 ospfd/Makefile.am        |    2 
 ospfd/ospf_main.c        |    4 
 redhat/.cvsignore        |    1 
 ripd/ChangeLog           |    4 
 ripd/Makefile.am         |    2 
 ripd/rip_interface.c     |  237 +++++++--
 ripd/rip_routemap.c      |  276 +++++++++-
 ripd/rip_zebra.c         |   42 +
 ripd/ripd.c              |  280 +++++++++-
 ripd/ripd.h              |   15 
 ripngd/ChangeLog         |    6 
 ripngd/Makefile.am       |    4 
 ripngd/ripng_debug.c     |    3 
 ripngd/ripng_debug.h     |    1 
 ripngd/ripng_interface.c |  548 ++++++++++++++++++---
 ripngd/ripng_main.c      |   30 -
 ripngd/ripng_nexthop.c   |  216 ++++++++
 ripngd/ripng_nexthop.h   |   62 ++
 ripngd/ripng_offset.c    |  417 ++++++++++++++++
 ripngd/ripng_peer.c      |  220 ++++++++
 ripngd/ripng_route.c     |    1 
 ripngd/ripng_route.h     |    6 
 ripngd/ripng_routemap.c  |  619 +++++++++++++++++++-----
 ripngd/ripng_zebra.c     |  711 ++++++++-------------------
 ripngd/ripngd.c          | 1200 ++++++++++++++++++++++++++++++++++-------------
 ripngd/ripngd.h          |  112 +++-
 vtysh/extract.pl         |    6 
 vtysh/vtysh.c            |    6 
 zebra/ChangeLog          |    4 
 zebra/connected.c        |    3 
 zebra/interface.h        |    4 
 zebra/ioctl.c            |    4 
 zebra/kernel_socket.c    |   17 
 zebra/rib.h              |   18 
 zebra/rt_netlink.c       |   30 -
 zebra/rt_socket.c        |   17 
 zebra/zebra_rib.c        |   33 -
 zebra/zebra_vty.c        |  392 +++++++++++++--
 zebra/zserv.c            |   47 +
 zebra/zserv.h            |    6 
 56 files changed, 4650 insertions(+), 1288 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to