Agent for /etc/sysconfig/network/routes
General syntax: 10.10.0.0 0.0.0.0 255.255.0.0 eth0 default 10.10.0.8 0.0.0.0 eth0 ... Read(.routes) -> [ $[ "destination":"10.10.0.0", "device":"eth0", "gateway":"0.0.0.0", "netmask":"255.255.0.0" ], $[ "destination":"default", "gateway":"10.10.0.8" ], ... ] Reads/writes /etc/sysconfig/network/routes. For more details see its own documentation. Returns/Takes a list of maps. Each map (list-entry) corresponds with one entry in the file. Keys for the maps are: "destination", "gateway", "netmask", "device" Warning! The additional parameters to route are not supported by this agent (for details see routes(5)).
Access type: read / write
File Name:
/usr/share/YaST2/scrconf/routes.scr
See: sysconfig.rpm