Commit 6d90b64
vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()
This patch is basically a followup to commit 4e4b179 ("vxlan: Add
missing entries to vxlan_get_size()"). All of the attributes in
vxlan_get_size() appear in the same order that they are filled in
vxlan_fill_info() except for IFLA_VXLAN_PORT_RANGE. For consistency, move
that entry to match its order and add a comment, like for all other
entries.
Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com>
Link: https://lore.kernel.org/r/20231027184410.236671-1-bpoirier@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent a421370 commit 6d90b64
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4389 | 4389 | | |
4390 | 4390 | | |
4391 | 4391 | | |
4392 | | - | |
4393 | 4392 | | |
4394 | 4393 | | |
4395 | 4394 | | |
| |||
4407 | 4406 | | |
4408 | 4407 | | |
4409 | 4408 | | |
4410 | | - | |
4411 | 4409 | | |
4412 | 4410 | | |
4413 | 4411 | | |
4414 | 4412 | | |
4415 | 4413 | | |
4416 | 4414 | | |
4417 | 4415 | | |
| 4416 | + | |
| 4417 | + | |
4418 | 4418 | | |
4419 | 4419 | | |
4420 | 4420 | | |
| |||
0 commit comments