From d5e0f3b4242b816a9c62e8382f4b60bd0748fd99 Mon Sep 17 00:00:00 2001 From: Wei Bai Date: Sat, 13 Apr 2019 08:59:23 +0800 Subject: [PATCH 1/2] Fix a typo (#368) --- doc/sonic-vrf-hld-v0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sonic-vrf-hld-v0.4.md b/doc/sonic-vrf-hld-v0.4.md index 6b028f6fb3..53351531d8 100644 --- a/doc/sonic-vrf-hld-v0.4.md +++ b/doc/sonic-vrf-hld-v0.4.md @@ -185,7 +185,7 @@ key = VRF_TABLE:VRF_NAME ; fallback = "true"/"false" ``` -3. **3. Add 2-segment key entry** support in APP-intf-table +3. **Add 2-segment key entry** support in APP-intf-table There is two reason why add 2-segment key entry in interface table. 1. Multiple ip addresses can be configured on one interface. So we put interface common attribute From 0a1a8500a02039012c71d9c6a64e3ee63b10ae26 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Wed, 17 Apr 2019 11:55:21 -0700 Subject: [PATCH 2/2] Update sonic-vrf-hld-v0.4.md --- doc/sonic-vrf-hld-v0.4.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/sonic-vrf-hld-v0.4.md b/doc/sonic-vrf-hld-v0.4.md index 53351531d8..6e289ebab8 100644 --- a/doc/sonic-vrf-hld-v0.4.md +++ b/doc/sonic-vrf-hld-v0.4.md @@ -10,7 +10,8 @@ Document History | v.01 | 06/07/2018 | Shine/Andrew | Initial version from nephos | | v.02 | 06/08/2018 | Shine | Revised per Guohan/prince(MSFT) opinion | | v.03 | 09/18/2018 | Guohan | Format document | -| v.04 | 01/17/20189| shine/jeffrey| Update after Sonic community review | +| v.04 | 01/17/2019 | shine/jeffrey| Update after Sonic community review | +| v.05 | 04/17/2019 | Xin/Prince | Update the status | Abbreviations ============= @@ -344,3 +345,5 @@ be modified or restarted for VRF binding event. For layer 3 apps such as snmpd or ntpd they are using vrf-global socket too. So they are vrf-transparent too. +### Progress +In the diagram, fpmsyncd, VRFMgrd, IntfsMgrd, IntfsOrch are checked into the master branch. All the other components are open.