X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Fl2switch%2Fmodel%2Fsrc%2Fmain%2Fyang%2Fl2-address-tracker.yang;fp=opendaylight%2Fmd-sal%2Fsamples%2Fl2switch%2Fmodel%2Fsrc%2Fmain%2Fyang%2Fl2-address-tracker.yang;h=0000000000000000000000000000000000000000;hb=034cd42ff377039471c19c75d7e57d8199525723;hp=d694c6883d49be2787b2a8969a438a6be867cfdf;hpb=139937c2e646894af6a9b2b8a8a1047c6ef82485;p=controller.git diff --git a/opendaylight/md-sal/samples/l2switch/model/src/main/yang/l2-address-tracker.yang b/opendaylight/md-sal/samples/l2switch/model/src/main/yang/l2-address-tracker.yang deleted file mode 100644 index d694c6883d..0000000000 --- a/opendaylight/md-sal/samples/l2switch/model/src/main/yang/l2-address-tracker.yang +++ /dev/null @@ -1,45 +0,0 @@ -module l2-address-tracker { - yang-version 1; - namespace "urn:opendaylight:l2-address-tracker"; - prefix l2-address-tracker; - - import ietf-yang-types { - prefix yang; - revision-date 2010-09-24; - } - import opendaylight-inventory { - prefix inv; - revision-date 2013-08-19; - } - - organization "Cisco Systems Inc"; - contact - "Alex Fan "; - description - "YANG version of the L2 Address Tracker Data Model"; - - revision 2014-04-02 { - description - "L2 Address Tracker module draft."; - } - - grouping l2-address { - leaf mac { - type yang:mac-address; - mandatory true; - description - "the mac address of the host."; - } - leaf node-connector-ref { - type inv:node-connector-ref; - } - } - - container l2-addresses { - config false; - list l2-address { - key "mac"; - uses l2-address; - } - } -} \ No newline at end of file