Hi,

after building an LFS.6.1.1, i looked into
/etc/sysconfig/network-devices/services/ipv4-static and i found out that
there is no point in passing an src argument to "ip addr add"

eg: ip addr add 10.0.0.1/8 src 10.0.0.2 dev eth0

because it will raise an error since there is no such switch for the ip
addr command.

Since i'm new here, i wanted to be sure not to be wrong before
submitting a patch.

You are right in that 'src' is not a valid argument for the 'addr' option. src is used by 'ip route.'

Unless I misread the scripts too, that $SOURCE variable belongs in the ipv4-static-route service.


--
Gerard Beekmans

/* If Linux doesn't have the solution, you have the wrong problem */

--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to