diff options
author | Lakshman Krishnamoorthy <lkrishnamoor@vmware.com> | 2019-05-11 19:17:23 +0200 |
---|---|---|
committer | Lakshman Krishnamoorthy <lkrishnamoor@vmware.com> | 2019-05-14 21:25:44 +0200 |
commit | f4bd90c5fcf211f946f1413a596091aab85a8de5 (patch) | |
tree | bf6d46c4f65d0cb5daffbedc50665e84a0decb37 /bgpd/bgp_ecommunity.h | |
parent | Merge pull request #4311 from ton31337/fix/remote_trailing_tab (diff) | |
download | frr-f4bd90c5fcf211f946f1413a596091aab85a8de5.tar.xz frr-f4bd90c5fcf211f946f1413a596091aab85a8de5.zip |
bgpd: Extract tunnel type from extended communities
This diff contains 2 parts:
1. Extract the tunnel type info from bgp extended communities.
2. Make rfapi use this common tunnel type ap
Signed-off-by: Lakshman Krishnamoorthy <lkrishnamoor@vmware.com>
Diffstat (limited to 'bgpd/bgp_ecommunity.h')
-rw-r--r-- | bgpd/bgp_ecommunity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_ecommunity.h b/bgpd/bgp_ecommunity.h index 62b213775..165ab8fe1 100644 --- a/bgpd/bgp_ecommunity.h +++ b/bgpd/bgp_ecommunity.h @@ -22,6 +22,7 @@ #define _QUAGGA_BGP_ECOMMUNITY_H #include "bgpd/bgp_route.h" +#include "bgpd/bgpd.h" /* High-order octet of the Extended Communities type field. */ #define ECOMMUNITY_ENCODE_AS 0x00 |