pathvector icon indicating copy to clipboard operation
pathvector copied to clipboard

Default route recieved from a peer (upstream) is not inserted into kernel

Open Gabitzuu opened this issue 7 months ago • 0 comments

BIRD config is not modified when accept-default is set to true, and no default routes from peers are, as mentioned, not accepted.

Pathvector 6.3.2
Built c35220bf121f366ff05a51d93c6236e8c324d682 on 2023-06-11T07:03:14Z
No plugins
BIRD: ready.

As far as I know, it should remove the following block from bird.conf (or make it accept the route):

protocol static default6 {
  ipv6;
  route ::/0 reject;
}

Gabitzuu avatar Jul 09 '24 17:07 Gabitzuu