-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsfc.p4info
executable file
·198 lines (198 loc) · 2.71 KB
/
sfc.p4info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
pkg_info {
arch: "v1model"
}
tables {
preamble {
id: 33574068
name: "MyIngress.ipv4_lpm"
alias: "ipv4_lpm"
}
match_fields {
id: 1
name: "hdr.ipv4.dstAddr"
bitwidth: 32
match_type: LPM
}
action_refs {
id: 16799317
}
action_refs {
id: 16805608
}
action_refs {
id: 16800567
}
size: 1024
}
tables {
preamble {
id: 33594719
name: "MyIngress.sfc_termination"
alias: "sfc_termination"
}
match_fields {
id: 1
name: "hdr.ethernet.dstAddr"
bitwidth: 48
match_type: EXACT
}
action_refs {
id: 16830179
}
action_refs {
id: 16800567
}
size: 1024
}
tables {
preamble {
id: 33568033
name: "MyIngress.sfc_classifier"
alias: "sfc_classifier"
}
match_fields {
id: 1
name: "hdr.ipv4.dscp"
bitwidth: 8
match_type: EXACT
}
action_refs {
id: 16786745
}
action_refs {
id: 16800567
}
size: 1024
}
tables {
preamble {
id: 33565793
name: "MyIngress.sfc_next"
alias: "sfc_next"
}
match_fields {
id: 1
name: "hdr.sfc.SPI"
bitwidth: 24
match_type: EXACT
}
match_fields {
id: 2
name: "hdr.sfc.SI"
bitwidth: 8
match_type: EXACT
}
action_refs {
id: 16799312
}
action_refs {
id: 16805608
}
size: 1024
}
tables {
preamble {
id: 33570146
name: "MyIngress.sfc_egress"
alias: "sfc_egress"
}
match_fields {
id: 1
name: "hdr.tunnel.dst_id"
bitwidth: 16
match_type: EXACT
}
action_refs {
id: 16819366
}
action_refs {
id: 16805608
}
size: 1024
}
actions {
preamble {
id: 16800567
name: "NoAction"
alias: "NoAction"
}
}
actions {
preamble {
id: 16805608
name: "MyIngress.drop"
alias: "drop"
}
}
actions {
preamble {
id: 16799317
name: "MyIngress.ipv4_forward"
alias: "ipv4_forward"
}
params {
id: 1
name: "dstAddr"
bitwidth: 48
}
params {
id: 2
name: "port"
bitwidth: 9
}
}
actions {
preamble {
id: 16830179
name: "MyIngress.sfc_decapsulation"
alias: "sfc_decapsulation"
}
}
actions {
preamble {
id: 16786745
name: "MyIngress.sfc_encapsulation"
alias: "sfc_encapsulation"
}
params {
id: 1
name: "SPI"
bitwidth: 24
}
}
actions {
preamble {
id: 16799312
name: "MyIngress.sfc_set_dst_id"
alias: "sfc_set_dst_id"
}
params {
id: 1
name: "dst_id"
bitwidth: 16
}
params {
id: 2
name: "NxpHp_id"
bitwidth: 16
}
}
actions {
preamble {
id: 16819366
name: "MyIngress.sfc_forward"
alias: "sfc_forward"
}
params {
id: 1
name: "dstAddr"
bitwidth: 48
}
params {
id: 2
name: "port"
bitwidth: 9
}
}
type_info {
}