Update git submodules
authorkarthikeyan <karthikeyangceb007@gmail.com>
Thu, 1 Feb 2018 11:41:42 +0000 (17:11 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 10 Feb 2018 01:50:42 +0000 (01:50 +0000)
commitda5c2c3a2f4f0a08a8dabda7ca279211b9ef0a7b
tree875b2e121356ad27d9b9f690da264a13b62eca7e
parente6147e98fbdddea008cace427620f82818a3d288
Update git submodules

* Update docs/submodules/netvirt from branch 'master'
  to 29955585c06776afc943b08fefc047c98600c9f0
  - NETVIRT-1074: DNAT traffic is not working if SNAT is Disabled

    Problem Description:
    ======================
    FIP to External Network or FIP to FIP traffic is not working if SNAT is
    disabled for the router. Since L3_FIB_TABLE (21) -> PSNAT_TABLE(26) flow
    is missing on the FIP associated switch.

    Solution:
    =========
    If SNAT is disabled, we need to take care of DNAT (FIP) traffic should
    work as expected. By default when router-gw is set with external
    network/subnet SNAT is enabled and default NAT flow on Table 21 will be
    getting programmed. In case of SNAT is disabled this flow won't get
    installed on the required FIP configured switches. Hence FIP traffic is
    getting dropped at Table 21. Have added the logic to program the NAT
    default flow in Table 21 if SNAT is disabled UC as well.

    Change-Id: Ie6c66c9571d5698408317718bfaa61ce677472c4
Signed-off-by: karthikeyan <karthikeyangceb007@gmail.com>
docs/submodules/netvirt