mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Minor cleanups
This commit is contained in:
parent
1e8721e2ae
commit
8396094156
@ -227,7 +227,7 @@ proto_item:
|
|||||||
| IMPORT LIMIT limit_spec { this_proto->in_limit = $3; }
|
| IMPORT LIMIT limit_spec { this_proto->in_limit = $3; }
|
||||||
| EXPORT LIMIT limit_spec { this_proto->out_limit = $3; }
|
| EXPORT LIMIT limit_spec { this_proto->out_limit = $3; }
|
||||||
| IMPORT KEEP FILTERED bool { this_proto->in_keep_filtered = $4; }
|
| IMPORT KEEP FILTERED bool { this_proto->in_keep_filtered = $4; }
|
||||||
| VRF TEXT { this_proto->vrf = if_get_by_name($2); }
|
| VRF text { this_proto->vrf = if_get_by_name($2); }
|
||||||
| TABLE rtable { this_proto->table = $2; }
|
| TABLE rtable { this_proto->table = $2; }
|
||||||
| ROUTER ID idval { this_proto->router_id = $3; }
|
| ROUTER ID idval { this_proto->router_id = $3; }
|
||||||
| DESCRIPTION text { this_proto->dsc = $2; }
|
| DESCRIPTION text { this_proto->dsc = $2; }
|
||||||
|
@ -169,7 +169,7 @@ radv_prepare_prefixes(struct radv_iface *ifa)
|
|||||||
{
|
{
|
||||||
if (pfx->valid && !pfx->mark)
|
if (pfx->valid && !pfx->mark)
|
||||||
{
|
{
|
||||||
RADV_TRACE(D_EVENTS, "Invalidating prefix %I/$d on %s",
|
RADV_TRACE(D_EVENTS, "Invalidating prefix %I/%d on %s",
|
||||||
pfx->prefix, pfx->len, ifa->iface->name);
|
pfx->prefix, pfx->len, ifa->iface->name);
|
||||||
|
|
||||||
pfx->valid = 0;
|
pfx->valid = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user