0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 02:01:55 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Pavel Tvrdik
ef7f5afbdc Socktest: Add document with outcome of tests 2016-04-06 15:57:26 +02:00
Pavel Tvrdik
e4a6c41236 Socktest: Renaming 2016-04-06 15:57:26 +02:00
Pavel Tvrdik
a6e111ae54 Socktest: Minor change in code style
Move printing out received packet into own function
2016-04-06 15:57:16 +02:00
Pavel Tvrdik
2bd35b0609 Socktest: Fix setting of TTL value 2016-04-06 15:57:14 +02:00
Pavel Tvrdik
43ae8c395f Socktest: check existence of given name of interface 2016-04-06 15:57:14 +02:00
Pavel Tvrdik
856c3d105c Socktest: Allow BIRD logger 2016-04-06 15:57:14 +02:00
Pavel Tvrdik
c46329e701 Socktest: Opt list: allow parameter to -B option (bind) 2016-04-06 15:57:02 +02:00
Pavel Tvrdik
6b8d11556e Socktest: Minor change 2016-04-05 09:09:57 +02:00
Pavel Tvrdík
2ce8589753 Socktest: Fixing bugs
Changes:
  - Remove -R command line option (it's automatic, system dependent)
  - Fix mixing of broadcast and binding
  - Add -c command line option for count of packet
  - Fix receiving broadcast
  - Scan all interfaces via device protocol (unfortunately it is ugly)
2016-04-01 09:44:56 +02:00
Pavel Tvrdík
8de4cfbe13 Socktest: Add missing Makefile 2016-03-31 09:35:49 +02:00
Pavel Tvrdík
b4c639d9ae Socktest: initial commit
Using `make sockettest` generetes `snd` and `rcv` binaries. It can be
used for testing BIRD's sockets.

Based on code by Ondrej Zajicek
2016-03-30 17:16:12 +02:00