Revision b58bff5ed942c84aef56015d236c573ea024270f authored by Joe Stringer on 18 May 2018, 18:27:13 UTC, committed by Romain Lenglet on 18 May 2018, 23:01:08 UTC
When adding an L7 rule to an L4 policy, the recent endpoint logic
changes did not properly propagate the need to recompile the BPF
program, so entirely skipped it, leading to #4181.

Fix it by tracking whether the L4 policy changes in regeneratePolicy()
and including this in the final "needToRegenerateBPF" result.

Fixes: #4181

Signed-off-by: Joe Stringer <joe@covalent.io>
1 parent ae39ed9
History
File Mode Size
issue_template.md -rw-r--r-- 1.2 KB
pull_request_template.md -rw-r--r-- 648 bytes

back to top