Description of problem: ifup and ifdown scripts for ippp interfaces call ifup and ifdown scripts for ipv6 with wrong parameters. Version-Release number of selected component (if applicable): 7.42-1 How reproducible: always Steps to Reproduce: 1. Create isdn interface in redhat-config-network. Choose interface name alias other then ippp[0-9]. This creates ifcfg-alias_name in /etc/sysconfig/network-scripts 2. start/stop interface with ifup alias_name / ifdown alias_name 3. /etc/sysconfig/network-scripts/ifup-ipv6: line 47: \ ifcfg-ippp0: Nie ma takiego pliku ani katalogu is printed (in Polish locale) which means "no such file or directory". Actual results: Error message and ipv6 not started for isdn interfaces Expected results: No error message, ipv6 started for isdn interfaces Additional info:
Created attachment 96252 [details] Patch for ifup-ippp and ifdown-ippp scripts
Added in 7.42.2-1, thanks!