bug8197 294 B

123456
  1. o Minor refactoring:
  2. - Reworking API of policies_parse_exit_policy() function to use a
  3. bitmask to represent parsing options instead of a confusing mess
  4. of booleans. Resolves ticket 8197.
  5. - Introducing helper function to parse ExitPolicy in or_options_t
  6. structure.