cancel
Showing results for 
Search instead for 
Did you mean: 

order of different BPF

Former Member
0 Kudos

Anybody know is there anyway we can control the sequence order of different BPF?, e.g: I have BPF1 and BPF2, I want the user can only run BPF2 only after the BPF1, combine them into one BPF is not an option.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

One way is definitely to combine the steps of both the BPFs into a single BPF. However, as you said that its not feasible in your scenario. In that case, you can first enable the 1st BPF and once this is completed, then only enable the 2nd BPF. Or you can enable both of them. But give the access to only the 1st one. Once thats over, give the access to the second one.

If both the BPF's are enabled, you cant control the sequence of their execution.

Hope this helps.