Bug 2561

Summary: несоответствие документации и скриптов
Product: Sisyphus Reporter: dfo <dfo>
Component: net-scriptsAssignee: Dmitry V. Levin <ldv>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P4    
Version: unstable   
Hardware: all   
OS: Linux   

Description dfo 2003-05-05 18:10:29 MSD
документация (/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 \&quot;^$1 \&quot; /etc/sysconfig/static-routes | while read device args; do
        /sbin/route add -$args $device
done
получается, что команда будет \&quot;/sbin/route add -host 192.168.2.2 eth0 eth0\&quot;.
---

---

Comment 1 Dmitry V. Levin 2003-05-29 18:24:19 MSD
Fixed in net-scripts-0.3-alt1
Comment 2 Dmitry V. Levin 2003-05-29 18:24:19 MSD
Fixed in net-scripts-0.3-alt1