All Downloads are FREE. Search and download functionalities are using the official Maven repository.

[email protected] Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
module forwarding-rules-manager-config {
    yang-version 1;
    namespace "urn:opendaylight:params:xml:ns:yang:openflowplugin:app:forwardingrules-manager:config";
    prefix "frm";

    description
        "Configuration for Forwarding Rules Manager application..";

    revision "2016-05-11" {
        description
            "Initial revision.";
    }

    container forwarding-rules-manager-config {
        leaf disable-reconciliation {
            type boolean;
            default false;
        }

        leaf stale-marking-enabled {
            type boolean;
            default false;
        }

        leaf reconciliation-retry-count {
            type uint16;
            default 5;
        }

        leaf bundle-based-reconciliation-enabled {
            type boolean;
            default false;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy