X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=model%2Fsrc%2Fmain%2Fyang%2Fneutron-constants.yang;h=cc942bf04508103d844e0629cbce11d4f3df28fe;hb=f6ef09f66111ff05feccf38c21fe9583549b1bfa;hp=617d1ccdc3eb9844c872345a9bf8270b80408a3a;hpb=049843aa0b32b427a8f572b265c5fa1be66ef3a7;p=neutron.git diff --git a/model/src/main/yang/neutron-constants.yang b/model/src/main/yang/neutron-constants.yang index 617d1ccdc..cc942bf04 100644 --- a/model/src/main/yang/neutron-constants.yang +++ b/model/src/main/yang/neutron-constants.yang @@ -79,6 +79,26 @@ module neutron-constants { base probe-base; } + // FWaaS v1 + identity fw-protocol-base { + description "Base identity for firewall protocol"; + } + + identity fw-protocol-tcp { + description "TCP protocol."; + base fw-protocol-base; + } + + identity fw-protocol-udp { + description "UDP protocol."; + base fw-protocol-base; + } + + identity fw-protocol-icmp { + description "ICMP protocol."; + base fw-protocol-base; + } + // DIRECTION identity direction-base { description "Base identity for direction"; @@ -95,6 +115,11 @@ module neutron-constants { } + identity direction-minimum-bandwidth-rule { + description "Direction for minimum bandwidth rule."; + base direction-base; + } + // IP VERSION identity ip-version-base { description "the base identity for ip versions";