diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-10-31 14:37:57 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-10-31 15:46:07 +0100 |
commit | 51d5709128535d4da018f6ed7570877de6d6f405 (patch) | |
tree | c69ff13d9c3866d7546a921862d7ea7e7620ebf9 /v3po/api/src/main/yang/v3po.yang | |
parent | af201b3a66219b74b684c91895bce30189ccb245 (diff) |
HONEYCOMB-70: add control ping to vpp-state
Change-Id: I7f02841d899465fd2156db0bb79fcc490cd4929f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'v3po/api/src/main/yang/v3po.yang')
-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"; } |