Ratan Gupta | 0f9471f | 2017-03-30 18:45:51 +0530 | [diff] [blame] | 1 | description: > |
2 | This defines IP protocol types. | ||||
3 | properties: | ||||
4 | - name: Type | ||||
5 | type: enum[self.Protocol] | ||||
6 | description: > | ||||
7 | protocol type can be IPv4 or IPv6 etc. | ||||
8 | |||||
9 | enumerations: | ||||
10 | - name: Protocol | ||||
11 | description: > | ||||
12 | Possible IP protocol types. | ||||
13 | values: | ||||
14 | - name: IPv4 | ||||
15 | - name: IPv6 |