Bug 1533 - sysctl support for ns-3-linux-3
sysctl support for ns-3-linux-3
Status: CLOSED FIXED
Product: dce
Classification: Unclassified
Component: kernel
unspecified
PC Mac OS
: P5 enhancement
Assigned To: Frederic Urbani
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-19 09:53 EST by Hajime Tazaki
Modified: 2013-02-22 10:40 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Tazaki 2012-11-19 09:53:43 EST
http://code.nsnam.org/furbani/ns-3-linux-3/file/bf005a4c1191/sim/sysctl.c#l208

   205 void sim_sys_iterate_files (const struct SimSysIterator *iter)
   206 {
   207 //	sim_assert (0);
   208 	return;
   209   struct ctl_table_header *root = sysctl_head_next (NULL);
   210   iterate_recursive (iter, root->ctl_table);
   211 }
   212 

sysctl interface is temporary disable.
# I know sysctl_head_next () is disappeared in latest kernel ;)