c7d90ff1ab
- .vimrc added to reflect settings used in the project
9 lines
117 B
Protocol Buffer
9 lines
117 B
Protocol Buffer
import "protocol.proto";
|
|
import "vlan.proto";
|
|
|
|
package OstProto;
|
|
|
|
extend Protocol {
|
|
optional Vlan svlan = 125;
|
|
}
|