Hello,
I'm trying for some years to change from network scripts into wicked, but it seems wicked lack the support for routing tables. From available documentation I don't see that feature available[1][2].
The support for the following seems not to be available in wicked:
192.168.0/24 - - - - src 192.168.0.12 table mylocalnet
where ifrule have the following
4: from 192.168.0.12 lookup mylocalnet
I require different routing tables for each network device. Is there any way to achieve the same behavior with wicked?
Regards,
Samuel
[1] https://github.com/openSUSE/wicked/blob/master/man/ifroute.5.in
[2] https://github.com/openSUSE/wicked/blob/master/man/ifrule.5.in
Samuel Bernardo wrote:
Hello,
I'm trying for some years to change from network scripts into wicked, but it seems wicked lack the support for routing tables. From available documentation I don't see that feature available[1][2].
Any particular reason you need wicked to support it? I use multiple routing tables, but I assign them by setting fwmarks and then 'ip rule' . Hmm, I guess that is what you meant by "network scripts" :-)