@@ -119,7 +119,7 @@ const (
119
119
)
120
120
121
121
// ovsDatapathCmd as declared in ovsh/openvswitch.h:54
122
- type ovsDatapathCmd int32
122
+ // type ovsDatapathCmd int32
123
123
124
124
// ovsDatapathCmd enumeration from ovsh/openvswitch.h:54
125
125
const (
@@ -131,7 +131,7 @@ const (
131
131
)
132
132
133
133
// ovsDatapathAttr as declared in ovsh/openvswitch.h:81
134
- type ovsDatapathAttr int32
134
+ // type ovsDatapathAttr int32
135
135
136
136
// ovsDatapathAttr enumeration from ovsh/openvswitch.h:81
137
137
const (
@@ -146,7 +146,7 @@ const (
146
146
)
147
147
148
148
// ovsPacketCmd as declared in ovsh/openvswitch.h:134
149
- type ovsPacketCmd int32
149
+ // type ovsPacketCmd int32
150
150
151
151
// ovsPacketCmd enumeration from ovsh/openvswitch.h:134
152
152
const (
@@ -157,7 +157,7 @@ const (
157
157
)
158
158
159
159
// ovsPacketAttr as declared in ovsh/openvswitch.h:177
160
- type ovsPacketAttr int32
160
+ // type ovsPacketAttr int32
161
161
162
162
// ovsPacketAttr enumeration from ovsh/openvswitch.h:177
163
163
const (
@@ -176,7 +176,7 @@ const (
176
176
)
177
177
178
178
// ovsVportCmd as declared in ovsh/openvswitch.h:202
179
- type ovsVportCmd int32
179
+ // type ovsVportCmd int32
180
180
181
181
// ovsVportCmd enumeration from ovsh/openvswitch.h:202
182
182
const (
@@ -188,7 +188,7 @@ const (
188
188
)
189
189
190
190
// ovsVportType as declared in ovsh/openvswitch.h:210
191
- type ovsVportType int32
191
+ // type ovsVportType int32
192
192
193
193
// ovsVportType enumeration from ovsh/openvswitch.h:210
194
194
const (
@@ -202,7 +202,7 @@ const (
202
202
)
203
203
204
204
// ovsVportAttr as declared in ovsh/openvswitch.h:251
205
- type ovsVportAttr int32
205
+ // type ovsVportAttr int32
206
206
207
207
// ovsVportAttr enumeration from ovsh/openvswitch.h:251
208
208
const (
@@ -240,7 +240,7 @@ const (
240
240
)
241
241
242
242
// ovsFlowCmd as declared in ovsh/openvswitch.h:294
243
- type ovsFlowCmd int32
243
+ // type ovsFlowCmd int32
244
244
245
245
// ovsFlowCmd enumeration from ovsh/openvswitch.h:294
246
246
const (
@@ -252,7 +252,7 @@ const (
252
252
)
253
253
254
254
// ovsKeyAttr as declared in ovsh/openvswitch.h:307
255
- type ovsKeyAttr int32
255
+ // type ovsKeyAttr int32
256
256
257
257
// ovsKeyAttr enumeration from ovsh/openvswitch.h:307
258
258
const (
@@ -289,7 +289,7 @@ const (
289
289
)
290
290
291
291
// ovsTunnelKeyAttr as declared in ovsh/openvswitch.h:349
292
- type ovsTunnelKeyAttr int32
292
+ // type ovsTunnelKeyAttr int32
293
293
294
294
// ovsTunnelKeyAttr enumeration from ovsh/openvswitch.h:349
295
295
const (
@@ -313,7 +313,7 @@ const (
313
313
)
314
314
315
315
// ovsFragType as declared in ovsh/openvswitch.h:381
316
- type ovsFragType int32
316
+ // type ovsFragType int32
317
317
318
318
// ovsFragType enumeration from ovsh/openvswitch.h:381
319
319
const (
@@ -324,7 +324,7 @@ const (
324
324
)
325
325
326
326
// ovsNshKeyAttr as declared in ovsh/openvswitch.h:499
327
- type ovsNshKeyAttr int32
327
+ // type ovsNshKeyAttr int32
328
328
329
329
// ovsNshKeyAttr enumeration from ovsh/openvswitch.h:499
330
330
const (
@@ -336,7 +336,7 @@ const (
336
336
)
337
337
338
338
// ovsFlowAttr as declared in ovsh/openvswitch.h:565
339
- type ovsFlowAttr int32
339
+ // type ovsFlowAttr int32
340
340
341
341
// ovsFlowAttr enumeration from ovsh/openvswitch.h:565
342
342
const (
@@ -356,7 +356,7 @@ const (
356
356
)
357
357
358
358
// ovsSampleAttr as declared in ovsh/openvswitch.h:606
359
- type ovsSampleAttr int32
359
+ // type ovsSampleAttr int32
360
360
361
361
// ovsSampleAttr enumeration from ovsh/openvswitch.h:606
362
362
const (
@@ -367,7 +367,7 @@ const (
367
367
)
368
368
369
369
// ovsUserspaceAttr as declared in ovsh/openvswitch.h:640
370
- type ovsUserspaceAttr int32
370
+ // type ovsUserspaceAttr int32
371
371
372
372
// ovsUserspaceAttr enumeration from ovsh/openvswitch.h:640
373
373
const (
@@ -380,15 +380,15 @@ const (
380
380
)
381
381
382
382
// ovsHashAlg as declared in ovsh/openvswitch.h:692
383
- type ovsHashAlg int32
383
+ // type ovsHashAlg int32
384
384
385
385
// ovsHashAlg enumeration from ovsh/openvswitch.h:692
386
386
const (
387
387
HashAlgL4 = iota
388
388
)
389
389
390
390
// ovsCtAttr as declared in ovsh/openvswitch.h:738
391
- type ovsCtAttr int32
391
+ // type ovsCtAttr int32
392
392
393
393
// ovsCtAttr enumeration from ovsh/openvswitch.h:738
394
394
const (
@@ -405,7 +405,7 @@ const (
405
405
)
406
406
407
407
// ovsNatAttr as declared in ovsh/openvswitch.h:776
408
- type ovsNatAttr int32
408
+ // type ovsNatAttr int32
409
409
410
410
// ovsNatAttr enumeration from ovsh/openvswitch.h:776
411
411
const (
@@ -423,7 +423,7 @@ const (
423
423
)
424
424
425
425
// ovsActionAttr as declared in ovsh/openvswitch.h:852
426
- type ovsActionAttr int32
426
+ // type ovsActionAttr int32
427
427
428
428
// ovsActionAttr enumeration from ovsh/openvswitch.h:852
429
429
const (
@@ -451,7 +451,7 @@ const (
451
451
)
452
452
453
453
// ovsMeterCmd as declared in ovsh/openvswitch.h:894
454
- type ovsMeterCmd int32
454
+ // type ovsMeterCmd int32
455
455
456
456
// ovsMeterCmd enumeration from ovsh/openvswitch.h:894
457
457
const (
@@ -463,7 +463,7 @@ const (
463
463
)
464
464
465
465
// ovsMeterAttr as declared in ovsh/openvswitch.h:902
466
- type ovsMeterAttr int32
466
+ // type ovsMeterAttr int32
467
467
468
468
// ovsMeterAttr enumeration from ovsh/openvswitch.h:902
469
469
const (
@@ -481,7 +481,7 @@ const (
481
481
)
482
482
483
483
// ovsBandAttr as declared in ovsh/openvswitch.h:921
484
- type ovsBandAttr int32
484
+ // type ovsBandAttr int32
485
485
486
486
// ovsBandAttr enumeration from ovsh/openvswitch.h:921
487
487
const (
@@ -494,7 +494,7 @@ const (
494
494
)
495
495
496
496
// ovsMeterBandType as declared in ovsh/openvswitch.h:932
497
- type ovsMeterBandType int32
497
+ // type ovsMeterBandType int32
498
498
499
499
// ovsMeterBandType enumeration from ovsh/openvswitch.h:932
500
500
const (
0 commit comments