0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 20:35:20 +00:00
bird/proto/static
Ondrej Zajicek (work) 37dbd3fc7a Static: Allow to set multiple static route with different metric
Change the usage of preference to distinguish multiple static routes to a
separate metric attribute, Reuse igp_metric attribute for that purpose.

The static route metric is specified with 'metric' keyword immediately
after the network (to signify it is a part of key):

  route 10.10.0.0/24 metric 10 via 192.168.1.2;
2019-03-14 14:44:35 +01:00
..
config.Y Static: Allow to set multiple static route with different metric 2019-03-14 14:44:35 +01:00
Doc Documented all the trivial protocols. 2000-06-04 16:15:37 +00:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
static.c Static: Allow to set multiple static route with different metric 2019-03-14 14:44:35 +01:00
static.h Static: Allow to set multiple static route with different metric 2019-03-14 14:44:35 +01:00