diff options
| -rw-r--r-- | bgpd/bgp_attr.c | 2 | ||||
| -rw-r--r-- | ospfd/.gitignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 929a9fb4ad..153187fd43 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -2872,7 +2872,7 @@ bgp_packet_mpattr_prefix (struct stream *s, afi_t afi, safi_t safi, stream_put (s, prd->val, 8); stream_put (s, &p->u.prefix, PSIZE (p->prefixlen)); } - else if ((safi == SAFI_EVPN)) + else if (safi == SAFI_EVPN) { bgp_packet_mpattr_route_type_5(s, p, prd, tag, attr); } diff --git a/ospfd/.gitignore b/ospfd/.gitignore index f7d6f09f22..4b8787c89e 100644 --- a/ospfd/.gitignore +++ b/ospfd/.gitignore @@ -14,4 +14,4 @@ TAGS .arch-ids *~ *.loT - +*.a |
