This YANG module provides information about the VPP packet processing graph structure.
Copyright 2020 Rubicon Communications, LLC.
operates on netgate.vpp.graph.GraphNodeGet
object (netgate.vpp.graph.graphnodeget.Input) |
{- "input": {
- "netgate-vpp-graph:flags": 0,
- "netgate-vpp-graph:name": "string",
- "netgate-vpp-graph:index": 0
}
}
{- "output": {
- "netgate-vpp-graph:nodes": {
- "netgate-vpp-graph:node": [
- {
- "netgate-vpp-graph:flags": 0,
- "netgate-vpp-graph:name": "string",
- "netgate-vpp-graph:index": 0
}
]
}
}
}