]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Allow setting the 'onlink' route attribute in filters
authorRadu Carpa <radu.carpa@cern.ch>
Tue, 17 Jan 2023 17:13:37 +0000 (18:13 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 17 Jan 2023 17:13:37 +0000 (18:13 +0100)
commit7144c9ca46f092da33a4e051bbce8f973a3bd8c4
tree4b2d6f0b3da49d0236075cae3c05c61bb60a5579
parent928a1cb034e6f9e8edcdd1dc07264cd703e00827
Filter: Allow setting the 'onlink' route attribute in filters

Add static route attribute to set onlink flag for route next hop. Can be
used to build a dynamically routed IP-in-IP overlay network. Usage:

     ifname = "tunl0";
     onlink = true;
     gw = bgp_next_hop;
doc/bird.sgml
filter/config.Y
filter/data.h
filter/f-inst.c