Skip to content
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency: # Cancel any existing runs of this workflow for this same PR
on: # yamllint disable-line rule:truthy rule:comments
push:
branches:
- "master"
- "pruned"
Comment thread
mjbear marked this conversation as resolved.
Outdated
tags:
- "v*"
pull_request: ~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Value Required INGRESS_QOS (\S+)
Value Required INGRESS_FILTER (\S+)
Value Required EGRESS_QOS (\d+)
Value Required EGRESS_FILTER (\S+)
Value Required ADMIN_STATE (Up|Down)
Value Required OPER_STATE (Up|Down)
Value Required ADMIN_STATE (Up|Down|Prun)
Comment thread
mjbear marked this conversation as resolved.
Outdated
Value Required OPER_STATE (Up|Down|Prun)

Start
^=+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
===============================================================================
Service Access Points
===============================================================================
PortId SvcId Ing. Ing. Egr. Egr. Adm Opr
QoS Fltr QoS Fltr
-------------------------------------------------------------------------------
1/x1/1/c16/4:320 100320 31 none 1 none Up Up
esat-2/1/29:330 100330 34 none 1 none Up Up
esat-2/1/40:332 100332 33 none 1 none Up Prun
esat-5/1/37:0 100396 34 none 1 none Up Down
esat-3/1/12:419 100419 31 none 1 none Up Up
lag-498:419 100419 31 none 1 none Up Up
2/x1/1/c16/2:0 2148007979 1966* none 1 none Up Up
-------------------------------------------------------------------------------
Number of SAPs : 7
-------------------------------------------------------------------------------
===============================================================================
* indicates that the corresponding row element may have been truncated.
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
parsed_sample:
- "admin_state": "Up"
"egress_filter": "none"
"egress_qos": "1"
"ingress_filter": "none"
"ingress_qos": "31"
"oper_state": "Up"
"port_id": "1/x1/1/c16/4:320"
"service_id": "100320"
- "admin_state": "Up"
"egress_filter": "none"
"egress_qos": "1"
"ingress_filter": "none"
"ingress_qos": "34"
"oper_state": "Up"
"port_id": "esat-2/1/29:330"
"service_id": "100330"
- "admin_state": "Up"
"egress_filter": "none"
"egress_qos": "1"
"ingress_filter": "none"
"ingress_qos": "33"
"oper_state": "Prun"
"port_id": "esat-2/1/40:332"
"service_id": "100332"
- "admin_state": "Up"
"egress_filter": "none"
"egress_qos": "1"
"ingress_filter": "none"
"ingress_qos": "34"
"oper_state": "Down"
"port_id": "esat-5/1/37:0"
"service_id": "100396"
- "admin_state": "Up"
"egress_filter": "none"
"egress_qos": "1"
"ingress_filter": "none"
"ingress_qos": "31"
"oper_state": "Up"
"port_id": "esat-3/1/12:419"
"service_id": "100419"
- "admin_state": "Up"
"egress_filter": "none"
"egress_qos": "1"
"ingress_filter": "none"
"ingress_qos": "31"
"oper_state": "Up"
"port_id": "lag-498:419"
"service_id": "100419"
- "admin_state": "Up"
"egress_filter": "none"
"egress_qos": "1"
"ingress_filter": "none"
"ingress_qos": "1966*"
"oper_state": "Up"
"port_id": "2/x1/1/c16/2:0"
"service_id": "2148007979"
Loading