]> git.proxmox.com Git - mirror_frr.git/blob - bgpd/rfapi/rfapi_encap_tlv.h
release: FRR 3.0-rc1
[mirror_frr.git] / bgpd / rfapi / rfapi_encap_tlv.h
1 /*
2 * Copyright 2015-2016, LabN Consulting, L.L.C.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 *
18 */
19
20 #ifndef _QUAGGA_BGP_RFAPI_ENCAP_TLV_H
21 #define _QUAGGA_BGP_RFAPI_ENCAP_TLV_H
22
23 #define RFAPI_BGP_ENCAP_TYPE_DEFAULT BGP_ENCAP_TYPE_IP_IN_IP
24
25 extern bgp_encap_types
26 rfapi_tunneltype_option_to_tlv(struct bgp *bgp, struct rfapi_ip_addr *ea,
27 struct rfapi_tunneltype_option *tto,
28 struct attr *attr, int always_add);
29
30 extern struct rfapi_un_option *rfapi_encap_tlv_to_un_option(struct attr *attr);
31
32 extern void rfapi_print_tunneltype_option(void *stream, int column_offset,
33 struct rfapi_tunneltype_option *tto);
34
35
36 #endif /* _QUAGGA_BGP_RFAPI_ENCAP_TLV_H */