diff options
Diffstat (limited to 'v3po/api/src/main')
-rw-r--r-- | v3po/api/src/main/yang/v3po.yang | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/v3po/api/src/main/yang/v3po.yang b/v3po/api/src/main/yang/v3po.yang index 6d6d58df9..d3869abaf 100644 --- a/v3po/api/src/main/yang/v3po.yang +++ b/v3po/api/src/main/yang/v3po.yang @@ -8,7 +8,8 @@ module v3po { "This revision adds the following new features: - ingress/egress ACLs support - moved ACL definitions to vpp-acl module - - updated l2 container constraint (permit IP address on BVI interface)"; + - updated l2 container constraint (permit IP address on BVI interface) + - added PID of vpp process to vpp-state"; } revision "2015-01-05" { @@ -639,6 +640,11 @@ module v3po { leaf branch { type string; } + leaf pid { + type uint32; + description + "PID of the vpp process"; + } description "vlib version info"; } |