]> git.proxmox.com Git - mirror_frr.git/blame - bgpd/bgp_zebra.h
bgpd: use nexthop interface when adding LSP in BGP MPLSVPN
[mirror_frr.git] / bgpd / bgp_zebra.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
718e3744 2/* zebra connection and redistribute fucntions.
896014f4 3 * Copyright (C) 1999 Kunihiro Ishiguro
896014f4 4 */
718e3744 5
00d252cb 6#ifndef _QUAGGA_BGP_ZEBRA_H
7#define _QUAGGA_BGP_ZEBRA_H
8
1a98c087
MK
9#include "vxlan.h"
10
ad1844f7
IS
11/* Macro to update bgp_original based on bpg_path_info */
12#define BGP_ORIGINAL_UPDATE(_bgp_orig, _mpinfo, _bgp) \
13 ((_mpinfo->extra && _mpinfo->extra->bgp_orig \
14 && _mpinfo->sub_type == BGP_ROUTE_IMPORTED) \
15 ? (_bgp_orig = _mpinfo->extra->bgp_orig) \
16 : (_bgp_orig = _bgp))
17
f7e1c681 18/* Default weight for next hop, if doing weighted ECMP. */
19#define BGP_ZEBRA_DEFAULT_NHOP_WEIGHT 1
20
cd9d0537 21extern void bgp_zebra_init(struct event_loop *master, unsigned short instance);
4cd690ae 22extern void bgp_if_init(void);
6818e7e5 23extern void bgp_zebra_init_tm_connect(struct bgp *bgp);
31c28cd7 24extern uint32_t bgp_zebra_tm_get_id(void);
6818e7e5 25extern bool bgp_zebra_tm_chunk_obtained(void);
d62a17ae 26extern void bgp_zebra_destroy(void);
b98f7728
PG
27extern int bgp_zebra_get_table_range(uint32_t chunk_size,
28 uint32_t *start, uint32_t *end);
d62a17ae 29extern int bgp_if_update_all(void);
9bcb3eef 30extern void bgp_zebra_announce(struct bgp_dest *dest, const struct prefix *p,
4b7e6066
DS
31 struct bgp_path_info *path, struct bgp *bgp,
32 afi_t afi, safi_t safi);
50b3ceb0 33extern void bgp_zebra_announce_table(struct bgp *bgp, afi_t afi, safi_t safi);
5a1ae2c2
DS
34extern void bgp_zebra_withdraw(const struct prefix *p,
35 struct bgp_path_info *path, struct bgp *bgp,
36 safi_t safi);
d62a17ae 37
c163f297
DS
38/* Announce routes of any bgp subtype of a table to zebra */
39extern void bgp_zebra_announce_table_all_subtypes(struct bgp *bgp, afi_t afi,
40 safi_t safi);
41
42/* Withdraw all entries of any subtype in a BGP instances RIB table from Zebra */
43extern void bgp_zebra_withdraw_table_all_subtypes(struct bgp *bgp, afi_t afi,
44 safi_t safi);
45
d62a17ae 46extern void bgp_zebra_initiate_radv(struct bgp *bgp, struct peer *peer);
47extern void bgp_zebra_terminate_radv(struct bgp *bgp, struct peer *peer);
48
50b3ceb0
DS
49extern void bgp_zebra_instance_register(struct bgp *bgp);
50extern void bgp_zebra_instance_deregister(struct bgp *bgp);
d62a17ae 51
fc2408ec 52extern void bgp_redistribute_redo(struct bgp *bgp);
50b3ceb0
DS
53extern struct bgp_redist *bgp_redist_lookup(struct bgp *bgp, afi_t afi,
54 uint8_t type,
55 unsigned short instance);
56extern struct bgp_redist *bgp_redist_add(struct bgp *bgp, afi_t afi,
57 uint8_t type, unsigned short instance);
58extern int bgp_redistribute_set(struct bgp *bgp, afi_t afi, int type,
59 unsigned short instance, bool changed);
60extern int bgp_redistribute_resend(struct bgp *bgp, afi_t afi, int type,
61 unsigned short instance);
3dc339cd
DA
62extern bool bgp_redistribute_rmap_set(struct bgp_redist *red, const char *name,
63 struct route_map *route_map);
50b3ceb0
DS
64extern bool bgp_redistribute_metric_set(struct bgp *bgp, struct bgp_redist *red,
65 afi_t afi, int type, uint32_t metric);
66extern int bgp_redistribute_unset(struct bgp *bgp, afi_t afi, int type,
67 unsigned short instance);
68extern int bgp_redistribute_unreg(struct bgp *bgp, afi_t afi, int type,
69 unsigned short instance);
d62a17ae 70
50b3ceb0
DS
71extern struct interface *if_lookup_by_ipv4(struct in_addr *addr,
72 vrf_id_t vrf_id);
73extern struct interface *if_lookup_by_ipv4_exact(struct in_addr *addr,
74 vrf_id_t vrf_id);
75extern struct interface *if_lookup_by_ipv6(struct in6_addr *addr,
76 ifindex_t ifindex, vrf_id_t vrf_id);
77extern struct interface *if_lookup_by_ipv6_exact(struct in6_addr *addr,
78 ifindex_t ifindex,
79 vrf_id_t vrf_id);
31310b25
MK
80extern int bgp_zebra_advertise_subnet(struct bgp *bgp, int advertise,
81 vni_t vni);
50b3ceb0
DS
82extern int bgp_zebra_advertise_gw_macip(struct bgp *bgp, int advertise,
83 vni_t vni);
a8016157
CS
84extern int bgp_zebra_advertise_svi_macip(struct bgp *bgp, int advertise,
85 vni_t vni);
50b3ceb0 86extern int bgp_zebra_advertise_all_vni(struct bgp *bgp, int advertise);
0b9d9cd0 87extern int bgp_zebra_dup_addr_detection(struct bgp *bgp);
fd069644
DS
88extern int bgp_zebra_vxlan_flood_control(struct bgp *bgp,
89 enum vxlan_flood_control flood_ctrl);
7724c0a1 90
afbb1c59
LB
91extern int bgp_zebra_num_connects(void);
92
50b3ceb0
DS
93extern bool bgp_zebra_nexthop_set(union sockunion *local,
94 union sockunion *remote,
95 struct bgp_nexthop *nexthop,
96 struct peer *peer);
30d50e6d
PG
97struct bgp_pbr_action;
98struct bgp_pbr_match;
6cfe5d15 99struct bgp_pbr_rule;
30d50e6d 100struct bgp_pbr_match_entry;
2d3dd828 101
30d50e6d 102extern void bgp_send_pbr_rule_action(struct bgp_pbr_action *pbra,
6cfe5d15
PG
103 struct bgp_pbr_rule *pbr,
104 bool install);
30d50e6d
PG
105extern void bgp_send_pbr_ipset_match(struct bgp_pbr_match *pbrim,
106 bool install);
107extern void bgp_send_pbr_ipset_entry_match(struct bgp_pbr_match_entry *pbrime,
108 bool install);
c16a0a62
PG
109extern void bgp_send_pbr_iptable(struct bgp_pbr_action *pba,
110 struct bgp_pbr_match *pbm,
111 bool install);
30d50e6d 112
f7df1907
PG
113extern void bgp_zebra_announce_default(struct bgp *bgp, struct nexthop *nh,
114 afi_t afi, uint32_t table_id, bool announce);
2d3dd828 115extern int bgp_zebra_send_capabilities(struct bgp *bgp, bool disable);
115ccb9a
DS
116extern int bgp_zebra_update(struct bgp *bgp, afi_t afi, safi_t safi,
117 enum zserv_client_capabilities);
2d3dd828 118extern int bgp_zebra_stale_timer_update(struct bgp *bgp);
a0281b2e 119extern int bgp_zebra_srv6_manager_get_locator_chunk(const char *name);
0249b8b6 120extern int bgp_zebra_srv6_manager_release_locator_chunk(const char *name);
577be36a 121extern void bgp_zebra_send_nexthop_label(int cmd, mpls_label_t label,
1c6aa043 122 ifindex_t index, vrf_id_t vrfid,
577be36a
PG
123 enum lsp_types_t ltype,
124 struct prefix *p);
00d252cb 125#endif /* _QUAGGA_BGP_ZEBRA_H */