diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-26 15:25:25 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-12-06 15:13:32 +0100 |
| commit | 96673e067d0c4d89cb3e6df44978853a6bda99ac (patch) | |
| tree | de593ca36c161c5c2855e83a4d9da62367c59311 /lib/libfrr.c | |
| parent | 1c0d880814e3fcf76b3351e6756c8ec378f357cb (diff) | |
lib: add frr_version_cmp()
This just compares 2 version strings.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/libfrr.c')
| -rw-r--r-- | lib/libfrr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libfrr.c b/lib/libfrr.c index 5f292c989c..1dd7e932c5 100644 --- a/lib/libfrr.c +++ b/lib/libfrr.c @@ -175,7 +175,6 @@ static const struct optspec os_user = {"u:g:", " -g, --group Group to run as\n", lo_user}; - bool frr_zclient_addr(struct sockaddr_storage *sa, socklen_t *sa_len, const char *path) { |
