HC2VPP-342: fix when condition in l2-fib-entry definition 50/12850/1
authorMarek Gradzki <[email protected]>
Fri, 1 Jun 2018 11:03:41 +0000 (13:03 +0200)
committerMarek Gradzki <[email protected]>
Fri, 1 Jun 2018 11:35:01 +0000 (13:35 +0200)
ODL Yangtools does not enforce when statements,
so model revision was not changed.

Change-Id: If46fd3bfa7932a056e0a8064837d4c42de5cfdb5
Signed-off-by: Marek Gradzki <[email protected]>
v3po/api/src/main/yang/[email protected]

index 0a5d31a..50b8233 100644 (file)
@@ -278,7 +278,7 @@ module v3po {
             "L2 FIB action. For filter action, entry must be configured as static.";
         }
         leaf bridged-virtual-interface {
-          when "../action = 'forward'";
+          when "../action = 'l2-fib-forward'";
           type boolean;
           config false; // FIXME setting bvi is currently not supported by VPP's binary api
         }