diff options
author | John Lo <loj@cisco.com> | 2016-10-15 17:45:35 -0400 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2016-10-17 14:15:37 +0000 |
commit | aeb06f4bb55afb8cc181d4c81808652c20d040d4 (patch) | |
tree | fcb703eff735feb419c3a640913088d1893aaa60 /plugins/lb-plugin | |
parent | e11a282cc6ab240417da379ea0367d034e2a87c8 (diff) |
Support MPLSoGRE with the new FIB 2.0
Note that the new way to provision MPLSoGRE is using the "normal"
GRE tunnel such as in the following example:
create gre tunnel src 10.0.3.1 dst 10.0.3.3
set in state gre0 up
set int ip addr gre0 10.0.4.1/30
set int mpls gre0 enable
ip route table 4 6.0.0.0/24 via 10.0.4.2 gre0 out-label 30
mpls local-label add 30 eos ip4-lookup-in-table 4
The previous CLIs/APIs used to configure MPLSoGRE tunnel such as
"create mpls gre tunnel...", "mpls encap|decap add label .." and
"show mpls tunnel", etc. can not be used. They will be deprecated
in a later update to the VPP code base.
Change-Id: I244916841924dc2b87d2143691cd8476716c06b1
Signed-off-by: John Lo <loj@cisco.com>
Diffstat (limited to 'plugins/lb-plugin')
0 files changed, 0 insertions, 0 deletions