summaryrefslogtreecommitdiff
path: root/ospfclient/ospfclient.py
AgeCommit message (Collapse)Author
2023-02-20ospfclient: remove register "READY" requirementChristian Hopps
- also add ability of the apibin to process commands on stdin Signed-off-by: Christian Hopps <chopps@labn.net>
2023-02-20ospfclient: bugfix and no implicit registerChristian Hopps
- dont delete the callback on opaque data delete - require explicit registration Signed-off-by: Christian Hopps <chopps@labn.net>
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-10-21ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger
default behavior is unchanged, i.e., to not zero Signed-off-by: Lou Berger <lberger@labn.net>
2022-10-19ospfclient: add 'wait,<seconds>' action to ospfclient.py - for testingLou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2022-06-23ospfclient: add router id support to python clientChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2022-06-02ospfclient: add ospfclient api python classChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>