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

Removing (struct rta)->cast. Never used.

This commit is contained in:
Jan Moskyto Matejka
2016-06-07 11:46:07 +02:00
parent 4e276a8920
commit 5b208e296f
14 changed files with 19 additions and 39 deletions

View File

@@ -1439,7 +1439,6 @@ bgp_decode_nlri(struct bgp_parse_state *s, u32 afi, byte *nlri, uint len, ea_lis
a->source = RTS_BGP;
a->scope = SCOPE_UNIVERSE;
a->cast = RTC_UNICAST;
a->dest = RTD_UNREACHABLE;
a->from = s->proto->cf->remote_ip;
a->eattrs = ea;