diff --git a/changes/bug8197 b/changes/bug8197 new file mode 100644 index 0000000000000000000000000000000000000000..b8e467dc3829d608f129b520b961d855be51cdab --- /dev/null +++ b/changes/bug8197 @@ -0,0 +1,6 @@ + o Minor refactoring: + - Reworking API of policies_parse_exit_policy() function to use a + bitmask to represent parsing options instead of a confusing mess + of booleans. Resolves ticket 8197. + - Introducing helper function to parse ExitPolicy in or_options_t + structure.