Commit graph

2 commits

Author SHA1 Message Date
Thomas Haller
bf9611ac5e
all: switch GSlice uses over to nm_slice*() macros
for p in \
       g_slice_alloc:nm_slice_alloc \
       g_slice_alloc0:nm_slice_alloc0 \
       g_slice_free:nm_slice_free_typed \
       g_slice_free1:nm_slice_free_sized \
       g_slice_new:nm_slice_new \
       g_slice_new0:nm_slice_new0 \
     ; do
     git grep -l ${p%:*} |
     xargs sed "s/\<${p%:*}\>/${p#*:}/g" -i
  done
  ./contrib/scripts/nm-code-format.sh -u
2022-10-06 17:38:19 +02:00
Thomas Haller
5450be31d9
core: add NMBondManager to handle NTF rules for balance-slb (MLAG) 2022-10-04 12:37:41 +02:00