diff options
author | Guangtong Cao <guangtong.cao@oracle.com> | 2021-06-21 14:50:06 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2021-06-27 14:45:40 +0000 |
commit | 0419224a8c744ce0790a6eb3ff87365c4215fcdc (patch) | |
tree | fe0f7f878bb770d39de62a82fad4bd811c80e989 | |
parent | 8260b60afefc691d57e339f1537638b4eaabec08 (diff) |
Add support for encap tunnel in extended communities in policy.md.
-rw-r--r-- | docs/sources/policy.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/sources/policy.md b/docs/sources/policy.md index 3caa5643..05005633 100644 --- a/docs/sources/policy.md +++ b/docs/sources/policy.md @@ -410,6 +410,18 @@ subtype of extended community and subtypes that can be used are as follows: - RT: mean the route target. - SoO: mean the site of origin(route origin). +- encap: mean the encapsulation tunnel type, currently gobgp supports the following encap tunnels: + l2tp3 + gre + ip-in-ip + vxlan + nvgre + mpls + mpls-in-gre + vxlan-gre + mpls-in-udp + sr-policy + geneve ##### Examples |