Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fe9af79
)
HC2VPP-342: fix when condition in l2-fib-entry definition
50/12850/1
author
Marek Gradzki
<
[email protected]
>
Fri, 1 Jun 2018 11:03:41 +0000
(13:03 +0200)
committer
Marek 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]
patch
|
blob
|
history
diff --git
a/v3po/api/src/main/yang/
[email protected]
b/v3po/api/src/main/yang/
[email protected]
index
0a5d31a
..
50b8233
100644
(file)
--- a/
v3po/api/src/main/yang/
[email protected]
+++ b/
v3po/api/src/main/yang/
[email protected]
@@
-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
}