소스 검색

Adding changes file for 8197.

rl1987 9 년 전
부모
커밋
45fc0612d3
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      changes/bug8197

+ 6 - 0
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.