Comment 3 for bug 1607596

Revision history for this message
Steve Ruan (ruansx) wrote :

Sorry, I am not clear.

This combination is not correct combination?
{"bgpvpn": {
   "type": "l3",
   "techniques": {
       "l3": [ "ipvpn" ],
       "l2": [ "evpn" ]
}}}

When type is "l3", "techniques" will only be {"l3": [ "ipvpn" ]} or "l3": [ "evpn-prefix"].
When type is "l3", "techniques" will only be {"l2": [ "evpn" ]}.

Is it correct?