mirror_frr/ripd
paul 02ff83c525 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
* filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
          to u_char. (ipv6_access_list_remark_cmd) ditto.
          if.c: ditto
        * network.c: (readn/writen) pointer arg should be type u_char.
        * plist.c: needs to include stream.h, not declare stream functions
          internally.
          (various) Add static qualifier to internal functions.
          (prefix_list_type_str) extraneous breaks in switch statement.
          (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
        * stream.h: depends on plist.h and export stream_put_prefix
        * vty.c: (vty_<telnet option build functions>) should use
          unsigned char, telnet options are 0 -> 255.
        * zclient.c: various u_char<->char type cleanups.
        * zebra.h: Having to define CMSG_* can apply to more than just
          BSDI_NRL.
        * ripd.c: (rip_distribute_update_all) distribute list hook
          function pointer prototype requires struct prefix_list * arg.
          (rip_distribute_update_all_wrapper) update to pass required arg,
          NULL.
2004-06-11 11:27:03 +00:00
..
.cvsignore CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
ChangeLog 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
Makefile.am Add support for --enable-exampledir to specify where to place example 2003-12-03 17:24:27 +00:00
rip_debug.c Initial revision 2002-12-13 20:15:29 +00:00
rip_debug.h Initial revision 2002-12-13 20:15:29 +00:00
rip_interface.c 2004-06-06 Paul Jakma <paul.jakma@sun.com> 2004-06-06 22:06:33 +00:00
rip_main.c Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85. 2004-03-22 08:55:25 +00:00
rip_offset.c Initial revision 2002-12-13 20:15:29 +00:00
rip_peer.c Initial revision 2002-12-13 20:15:29 +00:00
rip_routemap.c 2004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-05-31 14:00:00 +00:00
rip_snmp.c 2003-06-19 Paul Jakma <paul@dishone.st> 2003-06-19 01:21:07 +00:00
rip_zebra.c 2004-05-08 Paul Jakma <paul@dishone.st> 2004-05-08 11:48:26 +00:00
ripd.c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> 2004-06-11 11:27:03 +00:00
ripd.conf.sample Initial revision 2002-12-13 20:15:29 +00:00
ripd.h 2004-06-06 Paul Jakma <paul.jakma@sun.com> 2004-06-06 22:06:33 +00:00
RIPv2-MIB.txt Initial revision 2002-12-13 20:15:29 +00:00