I have several 'direct" instances which write in different routing table.
I would like to have it manipulated by robots in the context of
automated deployment, so it would be a lot easier to have lists in
variables in a separate config file than isolated in similar lines in
one config file.
Maybe this can be done through the C API though ?
On 08/05/17 05:23 PM, Maximilian Wilhelm wrote:
Anno domini 2017 Damien Clabaut scripsit:
Hi,
Is there any way to declare a list of interfaces in a string set or
something ?
The goal would be to use it in direct protocol, and in pipe protocol (import
where ifname ~ list_if1)
How 'bout managing the list of devices within the direct protocol and
in the pipe filtering on the protocol name?
Like
protocol direct "connected" {
interface "eth0", "vlan42";
}
import where proto = "connected"
Best
Max
--
Damien Clabaut
R&D vRouter
ovh.qc.ca