mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 02:01:55 +00:00
Merge commit 'b28431e557c4f63923476094a919a0630001275e' into thread-next
This commit is contained in:
commit
4e6cd1b2e3
@ -1639,7 +1639,6 @@ bool t;
|
|||||||
igp_metric = 53;
|
igp_metric = 53;
|
||||||
babel_metric = 64;
|
babel_metric = 64;
|
||||||
t = defined(babel_router_id);
|
t = defined(babel_router_id);
|
||||||
j = babel_seqno;
|
|
||||||
|
|
||||||
bgp_origin = ORIGIN_IGP;
|
bgp_origin = ORIGIN_IGP;
|
||||||
bgp_path = +empty+;
|
bgp_path = +empty+;
|
||||||
@ -1665,7 +1664,6 @@ bool t;
|
|||||||
|
|
||||||
rip_metric = 2;
|
rip_metric = 2;
|
||||||
rip_tag = 4;
|
rip_tag = 4;
|
||||||
t = defined(rip_from);
|
|
||||||
|
|
||||||
krt_source = 17;
|
krt_source = 17;
|
||||||
krt_metric = 19;
|
krt_metric = 19;
|
||||||
|
@ -2100,6 +2100,7 @@ static struct ea_class ea_babel_seqno = {
|
|||||||
.name = "babel_seqno",
|
.name = "babel_seqno",
|
||||||
.type = T_INT,
|
.type = T_INT,
|
||||||
.readonly = 1,
|
.readonly = 1,
|
||||||
|
.hidden = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -1260,6 +1260,7 @@ static struct ea_class ea_rip_from = {
|
|||||||
.name = "rip_from",
|
.name = "rip_from",
|
||||||
.type = T_IFACE,
|
.type = T_IFACE,
|
||||||
.readonly = 1,
|
.readonly = 1,
|
||||||
|
.hidden = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user