Software Defined Networking
1834162 Members
2879 Online
110064 Solutions
New Discussion

Re: Function locations

 
PaulZanna
Occasional Advisor

Function locations

Hi,

 

Is there any guidance or best practice on which location event callback functions should be placed? i.e. in the Business Logic module (hm-bl) or in the Model module (hm-module)?

2 REPLIES 2
Shaila
Advisor

Re: Function locations

I am assuming these event callbacks are for datapath connected/disconnected, packet ins etc. If so, they should go into business logic module. 

-- HP SDN Team
PaulZanna
Occasional Advisor

Re: Function locations

Excellent, thanks.