Update README.md
This commit is contained in:
26
README.md
26
README.md
@ -44,17 +44,21 @@ column shows changes in LInux that are copied into VPP.
|
|||||||
|
|
||||||
| Function | VPP -> Linux | Linux -> VPP |
|
| Function | VPP -> Linux | Linux -> VPP |
|
||||||
| --------- | ------------- | -------------|
|
| --------- | ------------- | -------------|
|
||||||
| Link Up/Down | ✅ | ❌ |
|
| Link Up/Down | ✅ | 🟠 |
|
||||||
| MTU Change | ✅ | ❌ |
|
| MTU Change | ✅ | 🟠 |
|
||||||
| MAC change | ❌ 1) | ❌ |
|
| MAC change | ❌ 1) | 🟠 |
|
||||||
| IPv4 Address | ✅ | ❌ |
|
| IPv4 Address | ✅ | 🟠 |
|
||||||
| IPv6 Address | ✅ | ❌ |
|
| IPv6 Address | ✅ | 🟠 |
|
||||||
| Route | ❌ 2) | ❌ |
|
| Route | ❌ 2) | 🟠 |
|
||||||
| SubInt .1q | ✅ | ❌ |
|
| Tunnel Add | ❌ | ❌ |
|
||||||
| SubInt .1ad | ✅ | ❌ |
|
| Phy Add | ✅ | 🟠 |
|
||||||
| SubInt QinQ | ✅ | ❌ |
|
| Add/Del .1q | ✅ | 🟠 |
|
||||||
| SubInt QinAD | ✅ | ❌ |
|
| Add/Del .1ad | ✅ | 🟠 |
|
||||||
| BondEthernet | ✅ | ❌ |
|
| Add/Del QinQ | ✅ | 🟠 |
|
||||||
|
| Add/Del QinAD | ✅ | 🟠 |
|
||||||
|
| BondEthernet | ✅ | 🟠 |
|
||||||
|
|
||||||
|
Legend: ✅=supported; 🟠=maybe; ❌=infeasible.
|
||||||
|
|
||||||
1) There is no callback or macro to register an interest in MAC address changes in VPP.
|
1) There is no callback or macro to register an interest in MAC address changes in VPP.
|
||||||
2) There is no callback or macro to register an interest in FIB changes in VPP.
|
2) There is no callback or macro to register an interest in FIB changes in VPP.
|
||||||
|
Reference in New Issue
Block a user