1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

2781 Commits

Author SHA1 Message Date
c68e8cd374 Filter: Minor formatting changes in test.conf 2016-10-18 13:06:51 +02:00
3c09af4169 Clist: The add() function will append a new value
The add() function used to prepend a new community to clist, but after
this fix the add() function appends new community.
2016-10-13 16:59:15 +02:00
5fd7dacadc Filter: Expand testing of large community sets 2016-10-13 15:17:41 +02:00
2e7fb11a6e Fixed memory bloating on kernel merge paths together with export filter.
Some memory was being allocated from bad linpool, not from the given one
as they should.

Thanks to Madhu and Justin Cattle for reporting this.
2016-10-12 14:22:01 +02:00
9df52a98e2 Doc: Change debug to { flag1|flag2|flag3 [, ...] } style
Thanks to Micah Anderson for bug report and Ondrej Zajicek for the idea!
2016-10-12 12:48:29 +02:00
9fcb9637b5 Nest: Remove trailing whitespaces 2016-10-12 12:48:29 +02:00
3d28f01453 Doc: Fix deprecated unescaped braces in perl script
This commit should fix warning `make docs'

./sgml2html bird.sgml Unescaped left brace in regex is deprecated,
  passed through in regex; marked by <-- HERE in m/\\nameurl{ <-- HERE
    (.*)}{(.*)}/ at fmt_latex2e.pl line 287.
2016-10-12 09:52:55 +02:00
c2564d34af Tree/Trie: Check the end of buffer
We set buffer->pos to buffer->end in function buffer_print() when
bvsnprintf() failed, so there would be uninitialized memory between
the old buffer->pos and the current buffer->pos.
2016-10-11 21:25:21 +02:00
7935b9d212 Doc: Add tag for links to RFCs 2016-10-11 17:43:03 +02:00
9c20a8b7ae Doc: Fix inline <htmlurl></htmlurl>
Don't make space before or after link name.
2016-10-11 17:43:03 +02:00
963929df02 Doc: Do not use symlinks for files 2016-10-11 17:43:03 +02:00
70104ef4fb Doc: Generate one-sided version
This removes jumping offset for odd and even pages for binding book.
2016-10-11 17:43:03 +02:00
f9bd11c337 Doc: Use [table t] or [table name] 2016-10-11 17:43:03 +02:00
74d76f6c38 Doc: Fix unnecessary special chars 2016-10-11 17:43:03 +02:00
f15dc68138 Doc: Enable break lines in <tag></tag> 2016-10-11 17:43:03 +02:00
f5952c7343 Doc: Daemon command-line options alphabet order 2016-10-11 17:43:03 +02:00
22558357d4 Doc: Add command-line options --version, --help 2016-10-11 17:43:03 +02:00
b9864aa871 Doc: Add labels to all chapters and options 2016-10-11 17:43:03 +02:00
a2df7c0303 Doc: Generate clickable PDF 2016-10-11 17:41:33 +02:00
9faf72c8cc Doc: Fix whitespaces 2016-10-11 17:41:33 +02:00
a998836d4b Filter: fix missing separator 2016-10-04 23:19:35 +02:00
a46e01eeef Nest: Fix signedness of large communities 2016-10-04 12:45:39 +02:00
cec4a73ccb Doc: Documentation for large communities 2016-10-04 00:31:43 +02:00
60566c5c80 Filter: large community sets
Add support for lc sets to filter code. Grammar of (small) community sets
has to be updated to avoid parser collisions.
2016-10-03 13:47:37 +02:00
66dbdbd993 BGP: Support for large communities
Add support for large communities (draft-ietf-idr-large-community),
96bit alternative to RFC 1997 communities.

Thanks to Matt Griswold for the original patch.
2016-10-03 12:48:56 +02:00
f51b1f5565 NEWS and version update v1.6.2 2016-09-29 15:06:19 +02:00
5bf35a9aee Docs: fix BFD label
BFD headline will appear in Table of Contents again.
2016-09-29 13:38:04 +02:00
ccd2a3eda2 Kernel socket missing err_hook fix
Thanks to Tim Weippert for bugreport.
2016-09-29 13:21:16 +02:00
79e2293ab2 NEWS and version update v1.6.1 2016-09-22 13:34:56 +02:00
768d5e1058 Add !~ operator to filter grammar 2016-09-21 13:35:52 +02:00
75ac3d199d Remove cvsignore
We have gitignore
2016-09-21 13:35:47 +02:00
6e75d0d27f KRT: Add krt_scope attribute
Add a new route attribute, krt_scope, to expose the Linux kernel route
scope. Constants from /etc/iproute2/rt_scopes (prefixed by "ips_") are
expected to be used with the attribute. Both import and export are
supported.

Also, the patch fixes device route export to the kernel, by setting link
scope automatically.
2016-09-19 12:29:56 +02:00
292f7858e6 Main: Improve BIRD help messages 2016-09-15 17:30:52 +02:00
6273fcf072 Add stdlib.h to client/commands.c 2016-09-15 17:02:52 +02:00
0f5054f685 BFD: Fix invalid read from pollfd array
It is possible that sockets_add() are called between sockets_prepare()
and sockets_fire() during poll loop in birdloop_main(), so we need to
use loop->poll_fd.used instead of loop->sock_num to find the last field.
2016-09-15 16:18:32 +02:00
a290da25a1 rt-table: Fix kernel protocol export filter memory bug
Kernel protocol calls rt_export_merged(), which used @rte_update_pool for
temporary allocations, supposing it is called from other functions from
rt-table.c that handles locking and flushing of the linpool. Therefore,
linpool was not flushed properly and memory leaked.

Add linpool argument to rt_export_merged() and use @krt_filter_lp when
called from kernel protocol.

Thanks to Justin Cattle and Alexander Frolkin for the bugreport.

(Commit squashed and updated by Ondrej Zajicek)
2016-09-15 15:57:51 +02:00
bc00f05815 Filter: Prefer xmalloc/xfree to malloc/free 2016-09-15 15:24:00 +02:00
4adcb9df1b KRT: Add kernel metric protocol option
Kernel routes with different metrics do not clash with each other,
therefore using dedicated metric value is a reliable way to avoid
overwriting routes from other sources (e.g. kernel device routes).

Although kernel route metric could already be set as a route attribute by
filters, that is not consistent with the way how Linux kernel handles
route metric - not just a route attribute, but a part of a route key.
2016-09-15 14:59:06 +02:00
2feaa6931b KRT: Support for IPv6 ECMP
Linux represents IPv6 ECMP routes as a sequence of unipath routes with
the same prefix. We have to translate between our representation (one
route with multipath next hop) and the Linux representation in both
directions.

Proper learning of alien IPv6 ECMP routes still not supported.

Thanks to Mikhail Sennikovskii for the original patch.
2016-09-14 11:53:54 +02:00
84cac51a51 Nest: Keep multipath next hops sorted 2016-09-14 11:53:54 +02:00
a1839f3c61 KRT: Fix trivial error 2016-08-31 14:02:41 +02:00
f9f2e280ea KRT: Forbid path merging on BSD
We support ECMP routes only on Linux. Exported routes are checked in
krt_capable(), but a route generated during path merging avoids this
check.
2016-08-30 12:43:46 +02:00
768d013267 Merge remote-tracking branch 'origin/misc-fixes' 2016-08-23 17:35:26 +02:00
678c97f21e Minor README update 2016-08-23 17:33:00 +02:00
d107ef78df Whitespace fixes 2016-08-16 13:02:32 +02:00
dbac8793bd Add link to INSTALL in README file 2016-08-16 11:02:30 +02:00
9b3d2464cd Rewrote README file
* Made structure with headlines,
* reordered,
* kicked out 'What is missing' part,
* Updated content by home page site and user docs
2016-08-16 10:25:32 +02:00
671ddd5b05 Add .gitignore to ignore generated files 2016-08-16 09:25:50 +02:00
33d22f0e9e whitespace fixes 2016-08-16 09:24:12 +02:00
61e6725335 Include <stdint.h> in cf-lex.l to avoid UINTx_MAX redefinition 2016-08-16 09:23:55 +02:00