2 * Copyright (c) 2018 Redhat Inc. and others. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
8 module neutron-mtu-ext {
12 namespace "urn:opendaylight:neutron-mtu-ext";
14 prefix neutron-mtu-ext;
16 import neutron { prefix "neutron"; }
17 import neutron-mtu { prefix "mtu"; }
18 import yang-ext { prefix "ext"; }
20 organization "OpenDaylight Neutron Group";
22 description "This YANG module defines Openstack Neutron mtu extensions model";
24 revision "2018-11-14" {
26 "OpenDaylight Neon release";
29 augment "/neutron:neutron/neutron:networks/neutron:network"{
30 description "This module augments the networks container
31 in the neutron-networks module with mtu information.";
32 ext:augment-identifier "network-mtu-extension";
33 uses mtu:mtu-attributes;