]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_ptm_redistribute.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / zebra / zebra_ptm_redistribute.h
index d78390e890166d3ac32c749c9200fb98c753ab53..c1b12bd0d18eac9310f4b359245a3114912bf202 100644 (file)
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with GNU Zebra; see the file COPYING.  If not, write to the Free
- * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; see the file COPYING; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 
 #ifndef _ZEBRA_PTM_REDISTRIBUTE_H
 #define _ZEBRA_PTM_REDISTRIBUTE_H
-extern void zebra_interface_bfd_update (struct interface *, struct prefix *,
-                                         struct prefix *, int);
-extern void zebra_bfd_peer_replay_req (void);
+extern void zebra_interface_bfd_update(struct interface *, struct prefix *,
+                                      struct prefix *, int, vrf_id_t);
+extern void zebra_bfd_peer_replay_req(void);
 #endif /* _ZEBRA_PTM_REDISTRIBUTE_H */