1 /* zebra connection and redistribute fucntions.
2 * Copyright (C) 1999 Kunihiro Ishiguro
4 * This file is part of GNU Zebra.
6 * GNU Zebra is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2, or (at your option) any
11 * GNU Zebra is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with this program; see the file COPYING; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21 #ifndef _QUAGGA_BGP_ZEBRA_H
22 #define _QUAGGA_BGP_ZEBRA_H
26 /* Macro to update bgp_original based on bpg_path_info */
27 #define BGP_ORIGINAL_UPDATE(_bgp_orig, _mpinfo, _bgp) \
28 ((_mpinfo->extra && _mpinfo->extra->bgp_orig \
29 && _mpinfo->sub_type == BGP_ROUTE_IMPORTED) \
30 ? (_bgp_orig = _mpinfo->extra->bgp_orig) \
33 /* Default weight for next hop, if doing weighted ECMP. */
34 #define BGP_ZEBRA_DEFAULT_NHOP_WEIGHT 1
36 extern void bgp_zebra_init(struct thread_master
*master
,
37 unsigned short instance
);
38 extern void bgp_if_init(void);
39 extern void bgp_zebra_init_tm_connect(struct bgp
*bgp
);
40 extern uint32_t bgp_zebra_tm_get_id(void);
41 extern bool bgp_zebra_tm_chunk_obtained(void);
42 extern void bgp_zebra_destroy(void);
43 extern int bgp_zebra_get_table_range(uint32_t chunk_size
,
44 uint32_t *start
, uint32_t *end
);
45 extern int bgp_if_update_all(void);
46 extern void bgp_zebra_announce(struct bgp_dest
*dest
, const struct prefix
*p
,
47 struct bgp_path_info
*path
, struct bgp
*bgp
,
48 afi_t afi
, safi_t safi
);
49 extern void bgp_zebra_announce_table(struct bgp
*bgp
, afi_t afi
, safi_t safi
);
50 extern void bgp_zebra_withdraw(const struct prefix
*p
,
51 struct bgp_path_info
*path
, struct bgp
*bgp
,
54 /* Announce routes of any bgp subtype of a table to zebra */
55 extern void bgp_zebra_announce_table_all_subtypes(struct bgp
*bgp
, afi_t afi
,
58 /* Withdraw all entries of any subtype in a BGP instances RIB table from Zebra */
59 extern void bgp_zebra_withdraw_table_all_subtypes(struct bgp
*bgp
, afi_t afi
,
62 extern void bgp_zebra_initiate_radv(struct bgp
*bgp
, struct peer
*peer
);
63 extern void bgp_zebra_terminate_radv(struct bgp
*bgp
, struct peer
*peer
);
65 extern void bgp_zebra_instance_register(struct bgp
*bgp
);
66 extern void bgp_zebra_instance_deregister(struct bgp
*bgp
);
68 extern void bgp_redistribute_redo(struct bgp
*bgp
);
69 extern struct bgp_redist
*bgp_redist_lookup(struct bgp
*bgp
, afi_t afi
,
71 unsigned short instance
);
72 extern struct bgp_redist
*bgp_redist_add(struct bgp
*bgp
, afi_t afi
,
73 uint8_t type
, unsigned short instance
);
74 extern int bgp_redistribute_set(struct bgp
*bgp
, afi_t afi
, int type
,
75 unsigned short instance
, bool changed
);
76 extern int bgp_redistribute_resend(struct bgp
*bgp
, afi_t afi
, int type
,
77 unsigned short instance
);
78 extern bool bgp_redistribute_rmap_set(struct bgp_redist
*red
, const char *name
,
79 struct route_map
*route_map
);
80 extern bool bgp_redistribute_metric_set(struct bgp
*bgp
, struct bgp_redist
*red
,
81 afi_t afi
, int type
, uint32_t metric
);
82 extern int bgp_redistribute_unset(struct bgp
*bgp
, afi_t afi
, int type
,
83 unsigned short instance
);
84 extern int bgp_redistribute_unreg(struct bgp
*bgp
, afi_t afi
, int type
,
85 unsigned short instance
);
87 extern struct interface
*if_lookup_by_ipv4(struct in_addr
*addr
,
89 extern struct interface
*if_lookup_by_ipv4_exact(struct in_addr
*addr
,
91 extern struct interface
*if_lookup_by_ipv6(struct in6_addr
*addr
,
92 ifindex_t ifindex
, vrf_id_t vrf_id
);
93 extern struct interface
*if_lookup_by_ipv6_exact(struct in6_addr
*addr
,
96 extern int bgp_zebra_advertise_subnet(struct bgp
*bgp
, int advertise
,
98 extern int bgp_zebra_advertise_gw_macip(struct bgp
*bgp
, int advertise
,
100 extern int bgp_zebra_advertise_svi_macip(struct bgp
*bgp
, int advertise
,
102 extern int bgp_zebra_advertise_all_vni(struct bgp
*bgp
, int advertise
);
103 extern int bgp_zebra_dup_addr_detection(struct bgp
*bgp
);
104 extern int bgp_zebra_vxlan_flood_control(struct bgp
*bgp
,
105 enum vxlan_flood_control flood_ctrl
);
107 extern int bgp_zebra_num_connects(void);
109 extern bool bgp_zebra_nexthop_set(union sockunion
*local
,
110 union sockunion
*remote
,
111 struct bgp_nexthop
*nexthop
,
113 struct bgp_pbr_action
;
114 struct bgp_pbr_match
;
116 struct bgp_pbr_match_entry
;
118 extern void bgp_send_pbr_rule_action(struct bgp_pbr_action
*pbra
,
119 struct bgp_pbr_rule
*pbr
,
121 extern void bgp_send_pbr_ipset_match(struct bgp_pbr_match
*pbrim
,
123 extern void bgp_send_pbr_ipset_entry_match(struct bgp_pbr_match_entry
*pbrime
,
125 extern void bgp_send_pbr_iptable(struct bgp_pbr_action
*pba
,
126 struct bgp_pbr_match
*pbm
,
129 extern void bgp_zebra_announce_default(struct bgp
*bgp
, struct nexthop
*nh
,
130 afi_t afi
, uint32_t table_id
, bool announce
);
131 extern int bgp_zebra_send_capabilities(struct bgp
*bgp
, bool disable
);
132 extern int bgp_zebra_update(afi_t afi
, safi_t safi
, vrf_id_t vrf_id
, int type
);
133 extern int bgp_zebra_stale_timer_update(struct bgp
*bgp
);
134 extern int bgp_zebra_srv6_manager_get_locator_chunk(const char *name
);
135 extern int bgp_zebra_srv6_manager_release_locator_chunk(const char *name
);
136 #endif /* _QUAGGA_BGP_ZEBRA_H */