NetworkManager/src/libnm-core-aux-extern
Vojtech Bubela e989cbbd99
nmcli: show default instead of null adress
invoking nmcli command without arguments will now show "default"
instead of null adress in route4 or route6 section.
2021-09-29 10:29:31 +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 nmcli: show default instead of null adress 2021-09-29 10:29:31 +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.