]> git.ipfire.org Git - thirdparty/bird.git/commit
Static: Support for multiple routes with the same network
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 19 Nov 2020 15:38:39 +0000 (16:38 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 19 Nov 2020 15:38:39 +0000 (16:38 +0100)
commit3347aaafec5b269637604d1ea5f5969797beadea
tree931295840dc79f77de4b204cd42602bec6388a32
parentdf65d519d6a5a7511cc893d2be55399b38b838be
Static: Support for multiple routes with the same network

Add support for proper handling of multiple routes with the same network
to the static protocol. Routes are distinguished by internal index, which
is assigned automatically (sequentially for routes within each network).
Having different route preference or igp_metric attribute is optional.
doc/bird.sgml
proto/static/static.c
proto/static/static.h