mirror_frr/ripd
vincent fbf5d03304 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>
* lib/filer.c: show protocol name in filter_show()
    * lib/plist.c: show protocol name in vty_show_prefix_entry()
    * routemap.c: show protocol name in vty_show_route_map_entry()
    * lib/vty.c: in vty_command(), show protocol name if command unknown

    * zebra/zserv.c: Always provide distance fo route add

    * ripd/rip_snmp.c: rip2IfConfReceive() sends values in conformance
      with RFC. Also PeerDomain is now set to a STRING type.
    * ripd/ripd.h: rip_redistribute_add() API includes metric and distance
    * ripd/ripd.c: rip_redistribute_add() API i.e. stores metric and distance
      Now allows a RIP-route to overcome a redistributed route coming
      from a protocol with worse (higher) administrative distance
      Metrics from redistribution are shown in show ip rip
    * ripd/rip_zebra.c: adapt to the rip_redistribute_add() API, i.e.
      provide distance and metric
    * ripd/rip_interface.c: adapt to the rip_redistribute_add() API
    * ripd/rip_routemap.c: no RMAP_COMPILE_ERROR on (metric > 16) usage
      rather a CMD_WARNING, because set metric ius shared with other
      protocols using larger values (such as OSPF)
      The match metric action takes first external metric if present
      (from redistribution) then RIP metric.
2005-09-29 11:25:50 +00:00
..
.cvsignore - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
ChangeLog 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
Makefile.am * configure.ac, */Makefile.am: Fix previous commit. SNMP includes 2005-03-28 15:29:07 +00:00
rip_debug.c Please, tell me truth about what debugging status you are displaying. 2004-08-31 12:04:33 +00:00
rip_debug.h Initial revision 2002-12-13 20:15:29 +00:00
rip_interface.c 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
rip_main.c 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-07 15:39:31 +00:00
rip_offset.c 2005-04-07 Paul Jakma <paul.jakma@sun.com> 2005-04-07 07:30:20 +00:00
rip_peer.c 2005-04-07 Paul Jakma <paul.jakma@sun.com> 2005-04-07 07:30:20 +00:00
rip_routemap.c 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
rip_snmp.c 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
rip_zebra.c 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
ripd.c 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
ripd.conf.sample Initial revision 2002-12-13 20:15:29 +00:00
ripd.h 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> 2005-09-29 11:25:50 +00:00
RIPv2-MIB.txt Initial revision 2002-12-13 20:15:29 +00:00