mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 06:43:16 +00:00
2005-05-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* rip_interface.c (rip_interface_add): Need to call rip_passive_interface_apply (was already calling it in rip_interface_up). [backport candidate]
This commit is contained in:
parent
42c981994a
commit
d4e47287ef
@ -1,3 +1,9 @@
|
|||||||
|
2005-05-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
|
* rip_interface.c (rip_interface_add): Need to call
|
||||||
|
rip_passive_interface_apply (was already calling it in
|
||||||
|
rip_interface_up).
|
||||||
|
|
||||||
2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* rip_zebra.c (rip_redistribute_set, rip_redistribute_unset,
|
* rip_zebra.c (rip_redistribute_set, rip_redistribute_unset,
|
||||||
|
@ -547,6 +547,9 @@ rip_interface_add (int command, struct zclient *zclient, zebra_size_t length)
|
|||||||
|
|
||||||
/* Check if this interface is RIP enabled or not.*/
|
/* Check if this interface is RIP enabled or not.*/
|
||||||
rip_enable_apply (ifp);
|
rip_enable_apply (ifp);
|
||||||
|
|
||||||
|
/* Check for a passive interface */
|
||||||
|
rip_passive_interface_apply (ifp);
|
||||||
|
|
||||||
/* Apply distribute list to the all interface. */
|
/* Apply distribute list to the all interface. */
|
||||||
rip_distribute_update_interface (ifp);
|
rip_distribute_update_interface (ifp);
|
||||||
|
Loading…
Reference in New Issue
Block a user