From f2ab33341f161f1e2a8ea6abac784bb3ce60f0e3 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 22 Aug 2021 21:15:18 +0200 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e161749..cf0762e 100644 --- a/README.md +++ b/README.md @@ -42,21 +42,21 @@ The following functionality is supported by the plugin. The VPP->Linux column shows changes in VPP that are copied into the Linux environment; Linux->VPP column shows changes in LInux that are copied into VPP. -| Function | VPP -> Linux | Linux -> VPP | -| --------- | ------------- | -------------| -| Link Up/Down | ✅ | 🟠 | -| MTU Change | ✅ | 🟠 | -| MAC change | ❌ 1) | 🟠 | -| IPv4 Address | ✅ | 🟠 | -| IPv6 Address | ✅ | 🟠 | -| Route | ❌ 2) | 🟠 | -| Tunnel Add | ❌ | ❌ | -| Phy Add | ✅ | 🟠 | -| Add/Del .1q | ✅ | 🟠 | -| Add/Del .1ad | ✅ | 🟠 | -| Add/Del QinQ | ✅ | 🟠 | -| Add/Del QinAD | ✅ | 🟠 | -| BondEthernet | ✅ | 🟠 | +| Function | VPP -> Linux | Linux -> VPP | +| -------------- | ------------- | -------------| +| Up/Down Link | ✅ | 🟠 | +| Change MTU | ✅ | 🟠 | +| Change MAC | ❌ 1) | 🟠 | +| Add/Del IP4/IP6 Address | ✅ | 🟠 | +| MPLS | ❌ | ❌ | +| Route | ❌ 2) | 🟠 | +| Add/Del Tunnel | ❌ | ❌ | +| Add/Del Phy | ✅ | 🟠 | +| Add/Del .1q | ✅ | 🟠 | +| Add/Del .1ad | ✅ | 🟠 | +| Add/Del QinQ | ✅ | 🟠 | +| Add/Del QinAD | ✅ | 🟠 | +| Add/Del BondEthernet | ✅ | 🟠 | Legend: ✅=supported; 🟠=maybe; ❌=infeasible.