Hi all!
Is it possible to set the SRC-Attribute on routes that will be inserted to kernel?
I have private /31 networks to connect to other routers in my network and i don't want to see these private ip-addesses on a traceroute from a network with public ips. Every Router have a public IP-Address on his Loopback-Interface, so i can use that address for ICMP-Replies.
----- eBGP -----
On traceroutes i like to reply from a specific ip-address. In case of router#1 with 78.22.46.1 and for router#2 with 78.22.46.2
On Unix / Linux you can accomplish that feature with
So how can i set "src" with bird on import route filtering process?