mirror_frr/ripd
paul ca5e516c84 2004-06-06 Paul Jakma <paul.jakma@sun.com>
* ripd.h: Add define for the RIPv2 Authentication Data family
	  Move the auth type defines up to where other defines live.
	  Add RIP_AUTH_MD5_COMPAT_SIZE, for backwards compatible
	  md5->auth_len size. Add md5_auth_len field to struct
          rip_interface: (rip_interface_new) Init md5_auth_len to compatible
          size.
          (ip_rip_authentication_mode_cmd) Extended to handle setting
          md5 auth-length. Appropriate aliases added.
          (no_ip_rip_authentication_mode_cmd) Reset md5_auth_len to
          compatible size.
          (rip_interface_config_write) Teach it about md5_auth_len.
          _always_ write out the auth-length, so that everyone will get
          the setting in their config file, and hence allow for a future
          change of default for md5_auth_len to be less painful - every md5
          user will have this setting in their config file.
          ripd.c: (rip_packet_dump) Change nasty hard coded constants to
          symbolic defines. Change various tests of 'ntoh.(variable) ==
          constant' to test 'variable == ntoh.(constant)'. Clean up
          indentation on some long lines.
          (rip_auth_simple_password) ditto.
          (rip_auth_md5) ditto, also add length argument and sanity check
          md5 data offset field. Sanity check md5 auth length, accept RFC
          or old-ripd/cisco lengths.
          (rip_auth_md5_set) as per (rip_packet_dump), also write out
          the configured md5 auth length for the interface (old-ripd or rfc)
          (rip_read) as per (rip_packet_dump)
          (rip_write_rte) ditto
          (rip_response_process) ditto
          (rip_write_rte) ditto
2004-06-06 22:06:33 +00:00
..
.cvsignore CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
ChangeLog 2004-06-06 Paul Jakma <paul.jakma@sun.com> 2004-06-06 22:06:33 +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-06 Paul Jakma <paul.jakma@sun.com> 2004-06-06 22:06:33 +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