Subversion Repositories HelenOS

Rev

Rev 4720 | Rev 4730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4720 Rev 4722
Line 348... Line 348...
348
    // read general configuration
348
    // read general configuration
349
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "IPV", "4" ));
349
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "IPV", "4" ));
350
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "MTU", "1500" ));
350
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "MTU", "1500" ));
351
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "ICMP_ERROR_REPORTING", "yes" ));  //anything else not starting with 'y'
351
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "ICMP_ERROR_REPORTING", "yes" ));  //anything else not starting with 'y'
352
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "ICMP_ECHO_REPLYING", "yes" ));  //anything else not starting with 'y'
352
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "ICMP_ECHO_REPLYING", "yes" ));  //anything else not starting with 'y'
-
 
353
    ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "UDP_CHECKSUM_COMPUTING", "yes" ));  //anything else not starting with 'y'
353
    return EOK;
354
    return EOK;
354
}
355
}
355
 
356
 
356
int read_netif_configuration( char * name, netif_ref netif ){
357
int read_netif_configuration( char * name, netif_ref netif ){
357
    ERROR_DECLARE;
358
    ERROR_DECLARE;