[MBT] new ticket for pkg rc-scripts "Error in file /etc/sysconfig/network-scripts/.functions"
bugs at pld.org.pl
bugs at pld.org.pl
Tue Jul 9 02:05:44 CEST 2002
Date: 2002-07-09 02:05:43+02 Author: Marcin Krol (Hawk) <hawk at pac.pl>
Title: Error in file /etc/sysconfig/network-scripts/.functions
Ticket ID: #264
Ticket URL: http://bugs.pld.org.pl/?bug=264
Package: rc-scripts-0.3.1-3
Distribution: PLD-Ra.main
Category: doesn't work as it should
Current state: opened
Text:
I've found small error in file /etc/sysconfig/network-scripts/.functions. Line 357 is:
ip -6 route add 2000::/3 via dev ${DEVICE} ${IP6SRCADDR}
executing this results in 'Error: an inet address is expected rather than "dev".'
It should be:
ip -6 route add 2000::/3 dev ${DEVICE} ${IP6SRCADDR}
This bug prevents setting default route on some IPv6 tunnel configurations.
More information about the pld-bugs
mailing list