Skip to content
Snippets Groups Projects
Commit 99388563 authored by Pelle Koster's avatar Pelle Koster
Browse files

add dummy if-index

parent 74aeb7df
No related branches found
No related tags found
No related merge requests found
...@@ -251,6 +251,7 @@ def get_epipes_state(state_doc): ...@@ -251,6 +251,7 @@ def get_epipes_state(state_doc):
yield { yield {
"name": epipe.find('sap/sap-id').text, "name": epipe.find('sap/sap-id').text,
"oper-state": epipe.find('oper-state').text, "oper-state": epipe.find('oper-state').text,
"if-index": -1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment