diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-07-25 11:42:53 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-07-25 13:29:15 +0200 |
commit | 55e1cd4caffbf8f31b03c53b99f27dc85c3a9aba (patch) | |
tree | 3ef70f9bfdfe4993b4d58ec7ede03f91618f994d /CMakeLists.txt | |
parent | d4ce582882e832acda9cbf3802ac1ee7cd5abbfd (diff) | |
download | ouroboros-55e1cd4caffbf8f31b03c53b99f27dc85c3a9aba.tar.gz ouroboros-55e1cd4caffbf8f31b03c53b99f27dc85c3a9aba.zip |
ipcpd: Fix sequence number check for link state0.11.11
Commit a3903da659e introduced sequence number for the LSAs to make it
more robust, but the check was not done properly, and the seqno was
always changed regardless of whether it was an old LSA or not.
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a2caab14..7893774b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) set(PACKAGE_VERSION_MINOR 11) -set(PACKAGE_VERSION_PATCH 10) +set(PACKAGE_VERSION_PATCH 11) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") |