@@ -289,7 +289,6 @@ const (
289289type ContinuationPropBridge struct {
290290 * PropHeader /* Type: NXCPT_BRIDGE */
291291 Bridge [4 ]uint32
292- pad [4 ]uint8
293292}
294293
295294func (p * ContinuationPropBridge ) Len () (n uint16 ) {
@@ -338,7 +337,6 @@ func (p *ContinuationPropBridge) UnmarshalBinary(data []byte) error {
338337type ContinuationPropStack struct {
339338 * PropHeader /* Type: NXCPT_STACK */
340339 Stack []uint8
341- pad []uint8
342340}
343341
344342func (p * ContinuationPropStack ) Len () (n uint16 ) {
@@ -427,7 +425,6 @@ func (p *ContinuationPropMirrors) UnmarshalBinary(data []byte) error {
427425
428426type ContinuationPropConntracked struct {
429427 * PropHeader /* Type: NXCPT_CONNTRACKED */
430- pad [4 ]uint8
431428}
432429
433430func (p * ContinuationPropConntracked ) Len () (n uint16 ) {
@@ -466,7 +463,6 @@ func (p *ContinuationPropConntracked) UnmarshalBinary(data []byte) error {
466463type ContinuationPropTableID struct {
467464 * PropHeader /* Type: NXCPT_TABLE_ID */
468465 TableID uint8
469- pad [3 ]uint8
470466}
471467
472468func (p * ContinuationPropTableID ) Len () (n uint16 ) {
@@ -508,7 +504,6 @@ func (p *ContinuationPropTableID) UnmarshalBinary(data []byte) error {
508504
509505type ContinuationPropCookie struct {
510506 * PropHeader /* Type: NXCPT_COOKIE */
511- pad [4 ]uint8
512507 Cookie uint64
513508}
514509
@@ -551,7 +546,6 @@ func (p *ContinuationPropCookie) UnmarshalBinary(data []byte) error {
551546
552547type ContinuationPropActions struct {
553548 * PropHeader /* Type: NXCPT_ACTIONS */
554- pad [4 ]uint8
555549 Actions []Action
556550}
557551
@@ -614,7 +608,6 @@ func (p *ContinuationPropActions) UnmarshalBinary(data []byte) error {
614608
615609type ContinuationPropActionSet struct {
616610 * PropHeader /* Type: NXCPT_ACTION_SET */
617- pad [4 ]uint8
618611 ActionSet []Action
619612}
620613
@@ -769,7 +762,6 @@ const (
769762type PacketIn2PropPacket struct {
770763 * PropHeader
771764 Packet protocol.Ethernet
772- pad []uint8
773765}
774766
775767func (p * PacketIn2PropPacket ) Len () (n uint16 ) {
@@ -946,7 +938,6 @@ func (p *PacketIn2PropTableID) UnmarshalBinary(data []byte) error {
946938
947939type PacketIn2PropCookie struct {
948940 * PropHeader /* Type: NXPINT_COOKIE */
949- pad [4 ]uint8
950941 Cookie uint64
951942}
952943
@@ -992,7 +983,6 @@ func (p *PacketIn2PropCookie) UnmarshalBinary(data []byte) error {
992983type PacketIn2PropReason struct {
993984 * PropHeader /* Type: NXPINT_COOKIE */
994985 Reason uint8
995- pad [3 ]uint8
996986}
997987
998988func (p * PacketIn2PropReason ) Len () (n uint16 ) {
@@ -1035,7 +1025,6 @@ func (p *PacketIn2PropReason) UnmarshalBinary(data []byte) error {
10351025type PacketIn2PropMetadata struct {
10361026 * PropHeader /* Type: NXPINT_METADATA */
10371027 Fields []MatchField
1038- pad []uint8
10391028}
10401029
10411030func (p * PacketIn2PropMetadata ) Len () (n uint16 ) {
@@ -1100,7 +1089,6 @@ func (p *PacketIn2PropMetadata) UnmarshalBinary(data []byte) error {
11001089type PacketIn2PropUserdata struct {
11011090 * PropHeader /* Type: NXPINT_USERDATA */
11021091 Userdata []uint8
1103- pad []uint8
11041092}
11051093
11061094func (p * PacketIn2PropUserdata ) Len () (n uint16 ) {
@@ -1145,7 +1133,6 @@ func (p *PacketIn2PropUserdata) UnmarshalBinary(data []byte) error {
11451133type PacketIn2PropContinuation struct {
11461134 * PropHeader /* Type: NXPINT_CONTINUATION */
11471135 Continuation []byte
1148- pad []uint8
11491136}
11501137
11511138func (p * PacketIn2PropContinuation ) Len () (n uint16 ) {
0 commit comments