Skip to content

Commit

Permalink
bird6: import default route within the local mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrensessel committed Jan 20, 2015
1 parent 2df18c9 commit e0dc29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/bird/bird6.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ protocol pipe pipe_kernel_main_mesh {

# template for local route exchange via bgp
template bgp local_mesh {
import where is_ula() || is_freifunk();
import where is_ula() || is_freifunk() || is_default();
export where source = RTS_BGP;
direct;
next hop self;
Expand Down

0 comments on commit e0dc29b

Please sign in to comment.