• Jiri Popelka's avatar
    The return value of nameif was wrong · c8d4f437
    Jiri Popelka authored
    Steps to Reproduce:
    /sbin/nameif eth1 00:00:10:10:11:11; echo $?
    
    Actual Results:
    interface 'eth1' not found
    0
    
    Expected Results:
    interface 'eth1' not found
    1
    c8d4f437
nameif.c 5.54 KB