mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Missing parameters...
This commit is contained in:
parent
1632f1fe32
commit
6567e6cf50
@ -404,7 +404,7 @@ lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2)
|
|||||||
/**
|
/**
|
||||||
* lsa_install_new - install new LSA into database
|
* lsa_install_new - install new LSA into database
|
||||||
* @lsa: LSA header
|
* @lsa: LSA header
|
||||||
* @body pointer to LSA body
|
* @body: pointer to LSA body
|
||||||
* @oa: current ospf_area
|
* @oa: current ospf_area
|
||||||
*
|
*
|
||||||
* This function ensures installing new LSA into LSA database. Old instance is
|
* This function ensures installing new LSA into LSA database. Old instance is
|
||||||
|
@ -253,7 +253,7 @@ schedule_rtcalc(struct ospf_area *oa)
|
|||||||
/**
|
/**
|
||||||
* area_disp - invokes link-state database aging, originating of
|
* area_disp - invokes link-state database aging, originating of
|
||||||
* router LSA and routing table calculation
|
* router LSA and routing table calculation
|
||||||
* @timer - it's called every @ospf_area->tick seconds
|
* @timer: it's called every @ospf_area->tick seconds
|
||||||
*
|
*
|
||||||
* It ivokes aging and when @ospf_area->origrt is set to 1, start
|
* It ivokes aging and when @ospf_area->origrt is set to 1, start
|
||||||
* function for origination of router LSA. It also start routing
|
* function for origination of router LSA. It also start routing
|
||||||
@ -279,6 +279,7 @@ area_disp(timer *timer)
|
|||||||
/**
|
/**
|
||||||
* ospf_import_control - accept or reject new route from nest's routing table
|
* ospf_import_control - accept or reject new route from nest's routing table
|
||||||
* @p: current instance of protocol
|
* @p: current instance of protocol
|
||||||
|
* @new: the new route
|
||||||
* @attrs: list of arttributes
|
* @attrs: list of arttributes
|
||||||
* @pool: pool for alloction of attributes
|
* @pool: pool for alloction of attributes
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user