Closed wenyingd closed 5 years ago
Hi @jojimt, I have updated code to avoid magic number and add length check before unmarshal byte slice, could you help review again?
Besides, I found existent code use underscore in consts to define OF messages actions and messages, so I follow these style to define Nicira extension action types. But it might not be a recommended name format in golang, could you help give some suggestions on keeping existent name style or change to camel caps style?
Hi @jojimt , thanks so much for helping merge this PR. I found there are some spelling issues and a minor bug in decode Action header, so I create another PR, could you help review it?