Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-12 | misc: remove GNU Indent directives | Damjan Marion | 1 | -4/+0 | |
Type: refactor Change-Id: I5235bf3e9aff58af6ba2c14e8c6529c4fc9ec86c Signed-off-by: Damjan Marion <damarion@cisco.com> | |||||
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -1/+1 | |
Use of _vec_len() to set vector length breaks address sanitizer. Users should use vec_set_len(), vec_inc_len(), vec_dec_len () instead. Type: improvement Change-Id: I441ae948771eb21c23a61f3ff9163bdad74a2cb8 Signed-off-by: Damjan Marion <damarion@cisco.com> | |||||
2020-09-21 | lldp: Move to plugin | Neale Ranns | 1 | -0/+341 | |
Type: refactor Change-Id: Ifd770ff4850e63474bf4682ad463021b03786b4b Signed-off-by: Neale Ranns <nranns@cisco.com> |