NetworkManager/src/libnm-core-aux-extern
Vojtech Bubela 30b8c71198
libnm-core-aux: add function which prints information about route
Add function which will take route passed as argument and
print available information about the route into buffer.

The information are destination, prefix and then depending on route
next hop and metric.
2021-08-02 09:37:01 +02:00
..
meson.build build/meson: cleanup dependencies for libnm-core-aux-extern 2021-02-28 10:42:06 +01:00
nm-dispatcher-api.h build: move "libnm-core/" to "src/" and split it 2021-02-18 19:46:51 +01:00
nm-libnm-core-aux.c libnm-core-aux: add function which prints information about route 2021-08-02 09:37:01 +02:00
nm-libnm-core-aux.h libnm-core-aux: add function which prints information about route 2021-08-02 09:37:01 +02:00
README.md build: move "libnm-core/" to "src/" and split it 2021-02-18 19:46:51 +01:00

libnm-core-aux-extern

libnm-core-aux-extern is a static library that is similar to libnm-core-aux-intern.

The only difference is that libnm-core-aux-extern is not used by libnm-core-impl itself. So you must not use it there.

Otherwise, it's the same and has the same usage.