| Summary: | несоответствие документации и скриптов | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | dfo <dfo> |
| Component: | net-scripts | Assignee: | Dmitry V. Levin <ldv> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Fixed in net-scripts-0.3-alt1 Fixed in net-scripts-0.3-alt1 |
документация (/usr/share/doc/initscripts-5.49/sysconfig.txt): For example: eth0 host 192.168.2.2 eth0 adds a host route through eth0 to 192.168.2.2 скрипт (/etc/sysconfig/network-scripts/ifup-routes): grep \"^$1 \" /etc/sysconfig/static-routes | while read device args; do /sbin/route add -$args $device done получается, что команда будет \"/sbin/route add -host 192.168.2.2 eth0 eth0\". --- ---