Merge "BUG:5888 - Changing FRM from clustered DCN to clustered DTCN"
[openflowplugin.git] / applications / forwardingrules-manager / src / main / yang / forwardingrules-manager-config.yang
1 module forwarding-rules-manager-config {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:openflowplugin:app:forwardingrules-manager:config";
4     prefix "frm";
5
6     description
7         "Configuration for Forwarding Rules Manager application..";
8
9     revision "2016-05-11" {
10         description
11             "Initial revision.";
12     }
13
14     container forwarding-rules-manager-config {
15         leaf stale-marking-enabled {
16             type boolean;
17             default false;
18         }
19
20         leaf reconciliation-retry-count {
21             type uint16;
22             default 5;
23         }
24     }
25 }