Commits
vincent authored 77df1f78597
1 + | 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com> |
2 + | |
3 + | * ospf_snmp.c: Avoid mixing interface and ospf_interface objects |
4 + | which now allows snmpwalk to work with ospfIfTable and |
5 + | also with ospfIfMetricTable |
6 + | |
1 7 | 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
2 8 | |
3 9 | * ospf_dump.c: Remove local hard-coded table ospf_redistributed_proto. |
4 10 | (ospf_redist_string) New function implemented using new library |
5 11 | function zebra_route_string(). Note that there are a few differences |
6 12 | in the output that will result: the new function returns strings |
7 13 | that are lower-case, whereas the old table was mixed case. Also, |
8 14 | the old table mapped ZEBRA_ROUTE_OSPF6 to "OSPFv3", whereas the |
9 15 | new function returns "ospf6". |
10 16 | * ospfd.h: Remove extern struct message ospf_redistributed_proto[], |