mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-02-04 22:02:04 +00:00
* bgp_zebra.c: (bgp_interface_address_add) sync to zclient changes
(bgp_interface_address_delete) ditto.
(bgp_zebra_announce) ditto.
(bgp_zebra_withdraw) ditto.
* isis_zebra.c: Sync with zclient changes.
* zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
message format.
* ospf6_zebra.c: Sync to zclient changes
* ospf_zebra.c: Sync with lib/zclient changes
* rip_zebra.c: sync with zclient changes.
* rip_interface.c: ditto.
* ripng_{interface,zebra}.c: sync with zclient changes
2004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
* zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
(zapi_ipv4_delete) ditto.
(zapi_ipv4_route) add/delete a route by way of cmd arg.
(zapi_ipv6_add) collapsed into zapi_ipv6_route.
(zapi_ipv6_delete) ditto.
(zapi_ipv6_route) add/delete a route by way of cmd arg.
(zebra_interface_address_delete_read) collapsed into
zebra_interface_address_read.
(zebra_interface_address_delete_read) ditto.
(zebra_interface_address_read) read address add/delete messages
by way of type argument. Describe command message format.
(zebra_interface_add_read) Unconditionally read new ifmtu6 field.
Describe command message format.
(zebra_interface_state_read) Unconditionally read new ifmtu6 field.
(zclient_redistribute_set) Collapsed into zclient_redistribute
(zclient_redistribute_unset) ditto
(zclient_redistribute) set/unset redistribution.
(zclient_redistribute_default_set) Collapsed into
zclient_redistribute_default.
(zclient_redistribute_default_unset) ditto.
(zclient_redistribute_default) Redistribute default set/unset.
* zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
zclient_redistribute. Ditto for
zclient_redistribute_default_{set/unset}.
|
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| buffer.c | ||
| buffer.h | ||
| ChangeLog | ||
| checksum.c | ||
| command.c | ||
| command.h | ||
| daemon.c | ||
| debug.c | ||
| debug.h | ||
| distribute.c | ||
| distribute.h | ||
| filter.c | ||
| filter.h | ||
| getopt1.c | ||
| getopt.c | ||
| getopt.h | ||
| hash.c | ||
| hash.h | ||
| if_rmap.c | ||
| if_rmap.h | ||
| if.c | ||
| if.h | ||
| keychain.c | ||
| keychain.h | ||
| linklist.c | ||
| linklist.h | ||
| log.c | ||
| log.h | ||
| Makefile.am | ||
| md5-gnu.h | ||
| md5.c | ||
| memory.c | ||
| memory.h | ||
| network.c | ||
| network.h | ||
| pid_output.c | ||
| plist.c | ||
| plist.h | ||
| prefix.c | ||
| prefix.h | ||
| print_version.c | ||
| privs.c | ||
| privs.h | ||
| regex-gnu.h | ||
| regex.c | ||
| routemap.c | ||
| routemap.h | ||
| sigevent.c | ||
| sigevent.h | ||
| smux.c | ||
| smux.h | ||
| sockopt.c | ||
| sockopt.h | ||
| sockunion.c | ||
| sockunion.h | ||
| str.c | ||
| str.h | ||
| stream.c | ||
| stream.h | ||
| table.c | ||
| table.h | ||
| tcpfilter.c | ||
| tcpfilter.h | ||
| thread.c | ||
| thread.h | ||
| vector.c | ||
| vector.h | ||
| version.h.in | ||
| vty.c | ||
| vty.h | ||
| zclient.c | ||
| zclient.h | ||
| zebra.h | ||