[quagga-users 14487] Redistribute into OSPFD from routing table 220
Anthony Alba <[email protected]>
| Newsgroups | gmane.network.quagga.user |
|---|---|
| Message-ID | <CADkWibepMbEvndSEeS53Zgfr8STRRCatop7px9XNRiKQ6LKngw@mail.gmail.com> |
Hi, When roadwarriors connect to my gateway strongswan injects routes into table 220 # ip ro sh table 220 10.21.5.6 via 1.2.3.4 dev eth0 proto static src 172.16.3.1 10.21.5.6 - IP assigned to roadwarrior 1.2.3.4 - external IP of VPN 172.16.3.1 - internal subnet of VPN accessible to roadwarriors and vice versa This route is dynamically injected into table 220 (strongswan default). Is it possible to redistribute this static route into quagga/ospfd? [hypothetical] distribute-list MYSTATICS out static access-list MYSTATICS permit 10.21.5.0/24 [FROM table 220] <--- I made this up [I could change strongswan's routing table, but I'm trying to stick to its defaults and figure out how to live with multiple routing tables] Anthony