Commit 980ed05
committed
specs-go/config: Make KernelTCP and ClassID omitempty
Found with:
$ git grep ' \*' origin/master -- specs-go/*.go | grep -v omitempty
origin/master:specs-go/config.go: KernelTCP *uint64 `json:"kernelTCP"`
origin/master:specs-go/config.go: ClassID *uint32 `json:"classID"`
Both settings are optional:
$ git grep '`kernelTCP`\|`classID`' origin/master
origin/master:config-linux.md:* **`kernelTCP`** *(uint64, optional)* - ...
origin/master:config-linux.md:* **`classID`** *(uint32, optional)* - ...
Signed-off-by: W. Trevor King <wking@tremily.us>1 parent c66adcc commit 980ed05
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
0 commit comments