Static protocol doesn't need any shutdown function. Everything gets
disposed by the core: neighbors, rte's, etc's...
This commit is contained in:
parent
3fb4ca2ce2
commit
f4a0a64e02
1 changed files with 0 additions and 1 deletions
|
@ -156,5 +156,4 @@ struct protocol proto_static = {
|
||||||
init: static_init,
|
init: static_init,
|
||||||
dump: static_dump,
|
dump: static_dump,
|
||||||
start: static_start,
|
start: static_start,
|
||||||
/* FIXME: We'll need a shutdown function here */
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue