]> git.ipfire.org Git - thirdparty/bird.git/log
thirdparty/bird.git
10 years agoKRT: Support for RTM_CHANGE on BSD
Ondrej Zajicek [Wed, 22 Apr 2015 08:53:15 +0000 (10:53 +0200)] 
KRT: Support for RTM_CHANGE on BSD

10 years agoAdd SHA512 and SHA384 hash library and unit tests
Pavel Tvrdík [Tue, 28 Apr 2015 13:02:37 +0000 (15:02 +0200)] 
Add SHA512 and SHA384 hash library and unit tests

10 years agoBirdtest: small change
Pavel Tvrdík [Tue, 28 Apr 2015 10:48:43 +0000 (12:48 +0200)] 
Birdtest: small change

  The number of build-failure tests must be equal to zero or upper

10 years agoAdd HMAC-SHA224 (but it does not work yet!)
Pavel Tvrdík [Tue, 28 Apr 2015 10:43:03 +0000 (12:43 +0200)] 
Add HMAC-SHA224 (but it does not work yet!)

  Unit Tests for HMAC-SHA224 not passed

10 years agoSHA256: Integrate sha256_hmac into sha256
Pavel Tvrdík [Tue, 28 Apr 2015 08:05:25 +0000 (10:05 +0200)] 
SHA256: Integrate sha256_hmac into sha256

10 years agoSHA1: Integrate sha1_hmac.c into sha1.c
Pavel Tvrdík [Tue, 28 Apr 2015 07:28:49 +0000 (09:28 +0200)] 
SHA1: Integrate sha1_hmac.c into sha1.c

10 years agoSHA: Fixing small bugs and code style
Pavel Tvrdík [Tue, 28 Apr 2015 07:08:43 +0000 (09:08 +0200)] 
SHA: Fixing small bugs and code style

Thanks to Ondrej Zajicek

10 years agoAdd HMAC-SHA256 hash library and unit tests
Pavel Tvrdík [Sat, 25 Apr 2015 08:49:43 +0000 (10:49 +0200)] 
Add HMAC-SHA256 hash library and unit tests

10 years agoAdd SHA256, SHA224 hash libraries and unit tests
Pavel Tvrdík [Thu, 23 Apr 2015 13:18:27 +0000 (15:18 +0200)] 
Add SHA256, SHA224 hash libraries and unit tests

10 years agoSHA1: Code formatting
Pavel Tvrdík [Thu, 23 Apr 2015 10:51:38 +0000 (12:51 +0200)] 
SHA1: Code formatting

10 years agoSHA1: Remove original libucw unit tests
Pavel Tvrdík [Thu, 23 Apr 2015 10:52:36 +0000 (12:52 +0200)] 
SHA1: Remove original libucw unit tests

10 years agoSHA1: Use get_u32 and put_u32
Pavel Tvrdík [Thu, 23 Apr 2015 09:27:36 +0000 (11:27 +0200)] 
SHA1: Use get_u32 and put_u32

10 years agoSHA-1: safer endianity
Pavel Tvrdík [Wed, 22 Apr 2015 15:42:04 +0000 (17:42 +0200)] 
SHA-1: safer endianity

10 years agoFixing copyrights at SHA-1 and HMAC-SHA1 libraries
Pavel Tvrdík [Wed, 22 Apr 2015 10:12:05 +0000 (12:12 +0200)] 
Fixing copyrights at SHA-1 and HMAC-SHA1 libraries

10 years agoAdd SHA-1 and HMAC-SHA1 libraries with unit tests
Pavel Tvrdík [Wed, 22 Apr 2015 09:02:46 +0000 (11:02 +0200)] 
Add SHA-1 and HMAC-SHA1 libraries with unit tests

Refactore MD5 tests

10 years agoBirdtest: add io_log_event() mockup
Pavel Tvrdík [Mon, 20 Apr 2015 14:50:51 +0000 (16:50 +0200)] 
Birdtest: add io_log_event() mockup

10 years agoMerge branch 'master' into birdtest
Pavel Tvrdík [Mon, 20 Apr 2015 14:27:48 +0000 (16:27 +0200)] 
Merge branch 'master' into birdtest

10 years agoBirdtest: Refactore functions (only rename)
Pavel Tvrdík [Mon, 20 Apr 2015 11:50:33 +0000 (13:50 +0200)] 
Birdtest: Refactore functions (only rename)

10 years agoNEWS and version update v1.5.0
Ondrej Zajicek [Mon, 20 Apr 2015 10:27:00 +0000 (12:27 +0200)] 
NEWS and version update

10 years agoFixes port range socket option
Ondrej Zajicek [Sat, 18 Apr 2015 22:19:56 +0000 (00:19 +0200)] 
Fixes port range socket option

10 years agoOSPF: Fixes handling of external routes with immediate gw
Ondrej Zajicek [Sat, 18 Apr 2015 11:22:41 +0000 (13:22 +0200)] 
OSPF: Fixes handling of external routes with immediate gw

The bug caused that received external LSAs with locally reachable
next hops were ignored. I wonder why nobody noticed it sooner.

10 years agoBirdtest: Compability bug fixes
Pavel Tvrdík [Wed, 15 Apr 2015 13:42:43 +0000 (15:42 +0200)] 
Birdtest: Compability bug fixes

Tested on Ubuntu & FreeBSD & NetBSD & OpenBSD

10 years agoAdd .gitignore
Pavel Tvrdík [Wed, 15 Apr 2015 10:16:42 +0000 (12:16 +0200)] 
Add .gitignore

10 years agoBirdtest: Add tests suites for SLIST datastructure
Pavel Tvrdík [Wed, 15 Apr 2015 10:14:36 +0000 (12:14 +0200)] 
Birdtest: Add tests suites for SLIST datastructure

10 years agoBirdtest: Refactore some tests
Pavel Tvrdík [Wed, 15 Apr 2015 10:11:50 +0000 (12:11 +0200)] 
Birdtest: Refactore some tests

lib/bitops_test.c
lib/ip_test.c
lib/lists_test.c
lib/md5_test.c

10 years agoBirdtest: Build system: improve dependencies
Pavel Tvrdík [Wed, 15 Apr 2015 10:07:10 +0000 (12:07 +0200)] 
Birdtest: Build system: improve dependencies

while a some source file is changed, the test suite will recompile

10 years agoBirdtest: Improve the testing framework
Pavel Tvrdík [Wed, 15 Apr 2015 09:51:24 +0000 (11:51 +0200)] 
Birdtest: Improve the testing framework

- non-blocking asserts, only set bt_test_suite_success
- unification of testing output from bt_assert_fn_in_out and bt_assert_out_fn_in

10 years agoBirdtest: Extend IP addr funcs Tests
Pavel Tvrdík [Mon, 13 Apr 2015 08:59:20 +0000 (10:59 +0200)] 
Birdtest: Extend IP addr funcs Tests

10 years agoBirdtest: Rewrite MD5 unit test
Pavel Tvrdík [Mon, 13 Apr 2015 08:57:47 +0000 (10:57 +0200)] 
Birdtest: Rewrite MD5 unit test

10 years agoBirdtest: Add bt_assert_fn_in_*
Pavel Tvrdík [Mon, 13 Apr 2015 08:52:21 +0000 (10:52 +0200)] 
Birdtest: Add bt_assert_fn_in_*

- Improved test output formating: aligned, colored [ OK ] / [FAIL]
- A failed assert will not interupt the whole test suite
- bt_assert_fn_in_* are macros for testing input and output from the some
  function

10 years agoBirdtest: bt_test_case() -> bt_test_suite()
Pavel Tvrdík [Mon, 13 Apr 2015 08:42:10 +0000 (10:42 +0200)] 
Birdtest: bt_test_case() -> bt_test_suite()

10 years agoBirdtest: Improve a tests lancher script
Pavel Tvrdík [Mon, 13 Apr 2015 08:33:04 +0000 (10:33 +0200)] 
Birdtest: Improve a tests lancher script

10 years agoMinor fixes
Ondrej Zajicek [Sun, 12 Apr 2015 08:47:17 +0000 (10:47 +0200)] 
Minor fixes

10 years agoBirdtest: Add IP addr funcs Tests (not complete)
Pavel Tvrdík [Fri, 3 Apr 2015 10:55:36 +0000 (12:55 +0200)] 
Birdtest: Add IP addr funcs Tests (not complete)

10 years agoBirdtest: Add Hash Tests
Pavel Tvrdík [Fri, 3 Apr 2015 10:54:54 +0000 (12:54 +0200)] 
Birdtest: Add Hash Tests

10 years agoBirdtest: Add Event Processing Tests
Pavel Tvrdík [Fri, 3 Apr 2015 10:52:44 +0000 (12:52 +0200)] 
Birdtest: Add Event Processing Tests

Add test/birdtest_support.h for provisional hack a build system

10 years agoBirdtest: Small improve in checksum test
Pavel Tvrdík [Fri, 3 Apr 2015 10:51:05 +0000 (12:51 +0200)] 
Birdtest: Small improve in checksum test

10 years agolib/ip.c: add parenthesis for better readability
Pavel Tvrdík [Fri, 3 Apr 2015 10:49:21 +0000 (12:49 +0200)] 
lib/ip.c: add parenthesis for better readability

10 years agoBirdtest: improve bt_check macro
Pavel Tvrdík [Fri, 3 Apr 2015 10:46:04 +0000 (12:46 +0200)] 
Birdtest: improve bt_check macro

Now dat for testing can be defined somelike this:

  struct in_out_data_ {
    char *in;
    u32 out;
  } in_out_data[] = {
      {
  .in  = "192.168.1.128",
  .out = build_ip4(192, 168, 1, 128),
      },
      {
  .in  = "255.255.255.255",
  .out = build_ip4(255, 255, 255, 255),
      },
      ...
  };

  bt_check(ip4_pton_, in_out_data, "%s", "0x%08X");

10 years agoBirdtest: move def bt_rand_num() at a better place
Pavel Tvrdík [Fri, 3 Apr 2015 10:44:47 +0000 (12:44 +0200)] 
Birdtest: move def bt_rand_num() at a better place

10 years agoBirdtest: Add printing backtrace while segfault
Pavel Tvrdík [Fri, 3 Apr 2015 10:42:49 +0000 (12:42 +0200)] 
Birdtest: Add printing backtrace while segfault

10 years agoBirdtest: Improve build scripts
Pavel Tvrdík [Fri, 3 Apr 2015 10:40:07 +0000 (12:40 +0200)] 
Birdtest: Improve build scripts

Add make rule 'clean-tests'
Add tests sources to dependecy generator

10 years agoBGP: Fixes serious bug in TX handling
Ondrej Zajicek [Tue, 31 Mar 2015 22:01:35 +0000 (00:01 +0200)] 
BGP: Fixes serious bug in TX handling

Under some circumstances and heavy load, TX could be postponed
until the session fails with hold timer expired.

Thanks to Javor Kliachev for making the bug reproductible.

10 years agoUnderstand IFF_MULTICAST flag on ifaces in Linux
Ondrej Zajicek [Tue, 31 Mar 2015 21:59:40 +0000 (23:59 +0200)] 
Understand IFF_MULTICAST flag on ifaces in Linux

Unfortunately, some interfaces support multicast but do not have
this flag set, so we use it only as a positive hint.

Thanks to Clint Armstrong for noticing the problem.

10 years agoBirdtest: IP One-Complement Checksum Tests
Pavel Tvrdík [Mon, 30 Mar 2015 16:54:09 +0000 (18:54 +0200)] 
Birdtest: IP One-Complement Checksum Tests

10 years agoBirdtest: small fix in md5_test
Pavel Tvrdík [Mon, 30 Mar 2015 16:52:58 +0000 (18:52 +0200)] 
Birdtest: small fix in md5_test

10 years agoBGP: AS-wide unique router ID (RFC 6286) support
Ondrej Zajicek [Sun, 29 Mar 2015 19:24:47 +0000 (21:24 +0200)] 
BGP: AS-wide unique router ID (RFC 6286) support

RFC 6286 relaxed rules for router IDs, allowing EBGP sessions between
routers with the same ID (but different ASN).

10 years agoBGP: Enhanced route refresh (RFC 7313) support
Ondrej Zajicek [Sun, 29 Mar 2015 16:27:13 +0000 (18:27 +0200)] 
BGP: Enhanced route refresh (RFC 7313) support

Also hook feed_done is renamed to feed_end.

10 years agoBirdtest: Add test for lib/bitops.c
Pavel Tvrdík [Fri, 27 Mar 2015 13:10:28 +0000 (14:10 +0100)] 
Birdtest: Add test for lib/bitops.c

10 years agoBirdtest: Add test for lib/buffer_test.c
Pavel Tvrdík [Fri, 27 Mar 2015 13:10:00 +0000 (14:10 +0100)] 
Birdtest: Add test for lib/buffer_test.c

10 years agoBirdtest: Add test for lib/md5.c
Pavel Tvrdík [Fri, 27 Mar 2015 13:09:27 +0000 (14:09 +0100)] 
Birdtest: Add test for lib/md5.c

10 years agoBirdtest: Refactorize heap_test.c and lists_test.c
Pavel Tvrdík [Fri, 27 Mar 2015 13:08:39 +0000 (14:08 +0100)] 
Birdtest: Refactorize heap_test.c and lists_test.c

10 years agoBirdtest: Add bt_check()
Pavel Tvrdík [Fri, 27 Mar 2015 13:04:37 +0000 (14:04 +0100)] 
Birdtest: Add bt_check()

  - A function for check test some other function for
    in and out/expected data in array.

10 years agoBirdtest: Add bt_rand_num()
Pavel Tvrdík [Fri, 27 Mar 2015 13:03:47 +0000 (14:03 +0100)] 
Birdtest: Add bt_rand_num()

10 years agoBirdtest: Fix calc num of build-failured tests
Pavel Tvrdík [Fri, 27 Mar 2015 13:01:30 +0000 (14:01 +0100)] 
Birdtest: Fix calc num of build-failured tests

10 years agoBirdtest: Refactore tests and build system
Pavel Tvrdík [Mon, 23 Mar 2015 16:40:13 +0000 (17:40 +0100)] 
Birdtest: Refactore tests and build system

Rename directory:
  birdtest/* -> test/*

Rename Makefile rule:
  build-tests -> tests

Move run-all-test shell script from Makefile to stand-alone shell script

Simplify Makefile test build system

10 years agoAdd header wrap defines to lib/buffer.h
Pavel Tvrdík [Thu, 19 Mar 2015 17:42:33 +0000 (18:42 +0100)] 
Add header wrap defines to lib/buffer.h

10 years agoBirdtest: Remove copyrights
Pavel Tvrdík [Thu, 19 Mar 2015 17:38:38 +0000 (18:38 +0100)] 
Birdtest: Remove copyrights

10 years agoBirdtest: Output the number of Test Build Failures
Pavel Tvrdík [Thu, 19 Mar 2015 17:37:18 +0000 (18:37 +0100)] 
Birdtest: Output the number of Test Build Failures

10 years agoBirdtest: Add echoing of compilation command
Pavel Tvrdík [Tue, 17 Mar 2015 11:43:01 +0000 (12:43 +0100)] 
Birdtest: Add echoing of compilation command

10 years agoAddition necessary includes in headers files
Pavel Tvrdík [Tue, 17 Mar 2015 11:39:10 +0000 (12:39 +0100)] 
Addition necessary includes in headers files

10 years agoSeparate a definition of NULL to standalone header
Pavel Tvrdík [Tue, 17 Mar 2015 11:31:14 +0000 (12:31 +0100)] 
Separate a definition of NULL to standalone header

A lib/list.h had circular dependency through include nest/bird.h
  nest/bird.h requires lib/birdlib.h
  lib/birdlib.h requires timer.h
  timer.h requires lib/resource.h
  lib/resource.h requires lib/list.h

10 years agoBirdtest: A small change in testing output
Pavel Tvrdík [Tue, 17 Mar 2015 10:28:41 +0000 (11:28 +0100)] 
Birdtest: A small change in testing output

10 years agoBirdtest: Add default timeout and forking setting
Pavel Tvrdík [Tue, 17 Mar 2015 10:27:40 +0000 (11:27 +0100)] 
Birdtest: Add default timeout and forking setting

10 years agoAdd unit tests for lib/lists.c datastructures
Pavel Tvrdík [Fri, 13 Mar 2015 17:37:21 +0000 (18:37 +0100)] 
Add unit tests for lib/lists.c datastructures

10 years agoAdd unit tests for lib/heap.h datastructures
Pavel Tvrdík [Fri, 13 Mar 2015 17:36:10 +0000 (18:36 +0100)] 
Add unit tests for lib/heap.h datastructures

10 years agoBirdtest: Add BT_SUCCESS for success end of test
Pavel Tvrdík [Fri, 13 Mar 2015 17:30:03 +0000 (18:30 +0100)] 
Birdtest: Add BT_SUCCESS for success end of test

Add BT_FAILURE for bad end of test

10 years agoBirdtest: Customize outputs from testing framework
Pavel Tvrdík [Fri, 13 Mar 2015 17:29:21 +0000 (18:29 +0100)] 
Birdtest: Customize outputs from testing framework

10 years agoBirdtest: add bt_debug() for tests debug outputs
Pavel Tvrdík [Fri, 13 Mar 2015 17:27:33 +0000 (18:27 +0100)] 
Birdtest: add bt_debug() for tests debug outputs

Debug outputs will show with launch test with param -vv

10 years agoBirdtest: Customize Makefiles build system
Pavel Tvrdík [Fri, 13 Mar 2015 17:23:31 +0000 (18:23 +0100)] 
Birdtest: Customize Makefiles build system

From root dir is possible launch:
  $ make check         # for re-build and run all tests
  $ make build-tests   # for re-build all tests only

10 years agoPossibility to define unnamed protocols from template added.
Ondrej Filip [Mon, 9 Mar 2015 22:59:26 +0000 (23:59 +0100)] 
Possibility to define unnamed protocols from template added.

10 years agoAdd Ondrej Zajicek Unit Testing Framework
Pavel Tvrdík [Tue, 3 Mar 2015 12:51:35 +0000 (13:51 +0100)] 
Add Ondrej Zajicek Unit Testing Framework

 - Add Ondrej Zajicek Unit Testing Framework -- BirdTest
 - An Integration the BirdTest (BT) into the BIRD's build system.

10 years agoFixes serious bug in BGP add-path
Ondrej Zajicek [Mon, 2 Mar 2015 09:58:20 +0000 (10:58 +0100)] 
Fixes serious bug in BGP add-path

Temporary rta is reused in BGP, while rta_lookup() breaks it.

Thanks to Alexander Chernikov for analysing the problem.

10 years agoFixes bug in debug dumps
Ondrej Zajicek [Mon, 2 Mar 2015 08:42:44 +0000 (09:42 +0100)] 
Fixes bug in debug dumps

Using 'dump sockets' in IPv6 mode caused crash due to mismatched format string.

Thanks to Pavel Tvrdik for noticing it.

10 years agoImplement latency tracking, internal event log and watchdog
Ondrej Zajicek [Mon, 2 Mar 2015 08:41:14 +0000 (09:41 +0100)] 
Implement latency tracking, internal event log and watchdog

10 years agoAdd minor comment
Ondrej Zajicek [Tue, 24 Feb 2015 15:19:14 +0000 (16:19 +0100)] 
Add minor comment

10 years agoUse IP_PORTRANGE_HIGH for BFD where available
Ondrej Zajicek [Sun, 22 Feb 2015 19:14:14 +0000 (20:14 +0100)] 
Use IP_PORTRANGE_HIGH for BFD where available

10 years agoRename BGP option 'start delay' to 'connect delay'
Ondrej Zajicek [Sun, 22 Feb 2015 15:08:28 +0000 (16:08 +0100)] 
Rename BGP option 'start delay' to 'connect delay'

Also update log message for error-triggered startup delay.

10 years agoRelax BGP neighbor parameter
Ondrej Zajicek [Sun, 22 Feb 2015 12:50:58 +0000 (13:50 +0100)] 
Relax BGP neighbor parameter

Permit specifying neighbor address, AS number and port independently.
Add 'interface' parameter for specifying interface for link-local
sessions independently.

Thanks to Alexander V. Chernikov for the original patch.

10 years agoUse AF_UNSPEC for RTM_GETLINK
Ondrej Zajicek [Sat, 21 Feb 2015 20:19:49 +0000 (21:19 +0100)] 
Use AF_UNSPEC for RTM_GETLINK

This value is specified in documentation.

10 years agoStore protocol config size inside protocol structure
Ondrej Zajicek [Sat, 21 Feb 2015 20:08:23 +0000 (21:08 +0100)] 
Store protocol config size inside protocol structure

Make proto_config_new() use this info instead of supplied size.

Thanks to Alexander V. Chernikov for the patch.

10 years agoMake BGP protocol instance search a separate function
Ondrej Zajicek [Sat, 21 Feb 2015 19:39:59 +0000 (20:39 +0100)] 
Make BGP protocol instance search a separate function

Thanks to Alexander V. Chernikov for the patch.

10 years agoMinor fixes
Pavel Tvrdík [Wed, 7 Jan 2015 14:04:02 +0000 (15:04 +0100)] 
Minor fixes

10 years agoBetter Clang compatibility
Pavel Tvrdik [Fri, 5 Dec 2014 08:25:38 +0000 (09:25 +0100)] 
Better Clang compatibility

10 years agoRemove a comparison of unsigned expression < 0
Pavel Tvrdik [Wed, 3 Dec 2014 09:32:26 +0000 (10:32 +0100)] 
Remove a comparison of unsigned expression < 0

10 years agoAdd const to a param msg at functions log_msg, log_rl, die, bug and debug
Pavel Tvrdik [Wed, 3 Dec 2014 09:57:31 +0000 (10:57 +0100)] 
Add const to a param msg at functions log_msg, log_rl, die, bug and debug

10 years agoReplacing GNU old-style field designator extension
Pavel Tvrdik [Wed, 3 Dec 2014 09:10:34 +0000 (10:10 +0100)] 
Replacing GNU old-style field designator extension

10 years agoFixes minor bug in BFD.
Ondrej Zajicek [Sat, 21 Feb 2015 13:52:17 +0000 (14:52 +0100)] 
Fixes minor bug in BFD.

Thanks to Pavel Tvrdik for noticing it.

10 years agoAllows user data attached to f_trie_node structure.
Ondrej Zajicek [Sat, 21 Feb 2015 13:05:20 +0000 (14:05 +0100)] 
Allows user data attached to f_trie_node structure.

Thanks to Alexander Chernikov for the patch.

10 years agoBump max symbol length to 64.
Ondrej Zajicek [Sat, 21 Feb 2015 11:42:31 +0000 (12:42 +0100)] 
Bump max symbol length to 64.

And move the constant to conf.h header.

Thanks to Alexander Chernikov for the patch.

10 years agoFixes a bug in locking code.
Ondrej Zajicek [Sat, 21 Feb 2015 11:27:05 +0000 (12:27 +0100)] 
Fixes a bug in locking code.

When multiple protocols have a lock for the same IP address, it crashes
under some circumstances.

Thanks to Matthias Schiffer for the bugreport.

10 years agoFixes potential alignment bug in BGP.
Ondrej Zajicek [Sat, 21 Feb 2015 11:24:30 +0000 (12:24 +0100)] 
Fixes potential alignment bug in BGP.

Thanks to Andrew (seti.kr.ua) for the bug report.

10 years agoLink state support in BGP.
Ondrej Zajicek [Sat, 21 Feb 2015 10:46:14 +0000 (11:46 +0100)] 
Link state support in BGP.

Configurable fast shutdown of a BGP session when an interface loses link.

10 years agoMerge remote-tracking branch 'origin/soft-int'
Ondrej Zajicek [Sat, 21 Feb 2015 10:39:45 +0000 (11:39 +0100)] 
Merge remote-tracking branch 'origin/soft-int'

10 years agoFixes error message in 'show route' cmd.
Ondrej Zajicek [Sat, 8 Nov 2014 22:52:42 +0000 (23:52 +0100)] 
Fixes error message in 'show route' cmd.

Message 'Network not in table' was not reported if a network node without
any routes was found in a routing table.

10 years agoVersion 1.5.0pre
Ondrej Filip [Wed, 5 Nov 2014 10:07:25 +0000 (11:07 +0100)] 
Version 1.5.0pre

10 years agoSmall typo fixed.
Ondrej Filip [Tue, 4 Nov 2014 17:11:59 +0000 (18:11 +0100)] 
Small typo fixed.

10 years agoChanges order of iface/addr/neigh event hooks.
Ondrej Zajicek [Mon, 3 Nov 2014 19:35:58 +0000 (20:35 +0100)] 
Changes order of iface/addr/neigh event hooks.

Now the order is:

Up   -> iface, addr, neigh
Down -> neigh, addr, iface

It fixes the case when an iface appears, related static routes are
activated and exported to OSPF before the iface notification and
therefore forwarding addresses are not encoded in generated external
LSAs.

10 years agoBugfix in latest OSPF changes.
Ondrej Zajicek [Mon, 3 Nov 2014 19:35:25 +0000 (20:35 +0100)] 
Bugfix in latest OSPF changes.

10 years agoBugfix to OSPF reconfiguration.
Ondrej Zajicek [Mon, 3 Nov 2014 13:53:59 +0000 (14:53 +0100)] 
Bugfix to OSPF reconfiguration.