0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00

Merge commit 'b28431e557c4f63923476094a919a0630001275e' into thread-next

This commit is contained in:
Maria Matejka 2023-01-23 19:36:22 +01:00
commit 4e6cd1b2e3
3 changed files with 2 additions and 2 deletions

View File

@ -1639,7 +1639,6 @@ bool t;
igp_metric = 53;
babel_metric = 64;
t = defined(babel_router_id);
j = babel_seqno;
bgp_origin = ORIGIN_IGP;
bgp_path = +empty+;
@ -1665,7 +1664,6 @@ bool t;
rip_metric = 2;
rip_tag = 4;
t = defined(rip_from);
krt_source = 17;
krt_metric = 19;

View File

@ -2100,6 +2100,7 @@ static struct ea_class ea_babel_seqno = {
.name = "babel_seqno",
.type = T_INT,
.readonly = 1,
.hidden = 1,
};

View File

@ -1260,6 +1260,7 @@ static struct ea_class ea_rip_from = {
.name = "rip_from",
.type = T_IFACE,
.readonly = 1,
.hidden = 1,
};
void