Skip to content
Snippets Groups Projects
Commit b6e9f4ec authored by Erik Reid's avatar Erik Reid
Browse files

also poll gr tunnels

parent 19e8cda0
Branches
Tags
No related merge requests found
......@@ -169,7 +169,8 @@ def physical_interface_counters(ifc_doc):
' or name[(starts-with(normalize-space(), "ge-"))]'
' or name[(starts-with(normalize-space(), "et-"))]'
' or name[(starts-with(normalize-space(), "ae"))]'
' or name[(starts-with(normalize-space(), "irb"))])'
' or name[(starts-with(normalize-space(), "irb"))]'
' or name[(starts-with(normalize-space(), "gr"))])'
' and normalize-space(admin-status)="up"'
' and normalize-space(oper-status)="up"'
']'):
......@@ -230,7 +231,8 @@ def logical_interface_counters(ifc_doc):
' or name[(starts-with(normalize-space(), "ge-"))]'
' or name[(starts-with(normalize-space(), "et-"))]'
' or name[(starts-with(normalize-space(), "ae"))]'
' or name[(starts-with(normalize-space(), "irb"))])'
' or name[(starts-with(normalize-space(), "irb"))]'
' or name[(starts-with(normalize-space(), "gr"))])'
' and normalize-space(admin-status)="up"'
' and normalize-space(oper-status)="up"'
']/logical-interface'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment