]> git.ipfire.org Git - people/ms/libloc.git/commit
network: Export family, first_address and last_address in Python
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Sep 2020 13:46:58 +0000 (13:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Sep 2020 13:46:58 +0000 (13:46 +0000)
commit2b9338eadc23e3a983ec9d9c9c2f63a6d633ec5a
treecc90e3fd7ff31f51e159f02042fde7ac2253b47d
parentb43edb61c172dfa1889df28c842eeee994bac455
network: Export family, first_address and last_address in Python

We can use this to avoid formatting the network in a string
representation which is then parsed again later to determine
the first and last addresses.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libloc.sym
src/loc/network.h
src/network.c
src/python/export.py
src/python/network.c
src/test-network.c