mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 05:18:47 +00:00
2004-05-03 Paul Jakma <paul@dishone.st>
* ripd.c: (rip_rte_process) fix typo in merge of previous patch and run function through indent.
This commit is contained in:
parent
c53174045b
commit
a87552cdf2
@ -1,7 +1,12 @@
|
|||||||
|
2004-05-03 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
|
* ripd.c: (rip_rte_process) fix typo in merge of previous patch
|
||||||
|
and run function through indent.
|
||||||
|
|
||||||
2004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
|
2004-03-19 Jean-Yves Simon <lethalwp@tiscali.be>
|
||||||
|
|
||||||
* ripd.c: make ripd also check on administrative distance of his
|
* ripd.c: (rip_rte_process) make ripd also check on
|
||||||
own links to update routes.
|
administrative distance of his own links to update routes.
|
||||||
|
|
||||||
2004-03-18 sowmini.varadhan@sun.com
|
2004-03-18 sowmini.varadhan@sun.com
|
||||||
|
|
||||||
|
@ -382,7 +382,6 @@ rip_nexthop_check (struct in_addr *addr)
|
|||||||
void
|
void
|
||||||
rip_rte_process (struct rte *rte, struct sockaddr_in *from,
|
rip_rte_process (struct rte *rte, struct sockaddr_in *from,
|
||||||
struct interface *ifp)
|
struct interface *ifp)
|
||||||
|
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct prefix_ipv4 p;
|
struct prefix_ipv4 p;
|
||||||
@ -563,7 +562,7 @@ rip_rte_process (struct rte *rte, struct sockaddr_in *from,
|
|||||||
|
|
||||||
/* Fill in a minimaly temporary rip_info structure, for a future
|
/* Fill in a minimaly temporary rip_info structure, for a future
|
||||||
rip_distance_apply() use) */
|
rip_distance_apply() use) */
|
||||||
memset (&rinfo,0,sizeof(rinfotmp));
|
memset (&rinfotmp, 0, sizeof (rinfotmp));
|
||||||
IPV4_ADDR_COPY (&rinfotmp.from, &from->sin_addr);
|
IPV4_ADDR_COPY (&rinfotmp.from, &from->sin_addr);
|
||||||
rinfotmp.rp = rinfo->rp;
|
rinfotmp.rp = rinfo->rp;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user