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 /tests/.gitignore | |
| 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 'tests/.gitignore')
| -rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 6252cea823..5414cb8cc9 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -45,6 +45,7 @@ /lib/test_timer_performance /lib/test_ttable /lib/test_typelist +/lib/test_versioncmp /lib/test_zlog /lib/test_zmq /ospf6d/test_lsdb |
