blob: a6946f46e2051b78af472074517cdd4ce0470333 [file] [log] [blame]
Srikanth Vavilapalli1725e492014-12-01 17:50:52 -08001#!/usr/bin/env python
2#
3# Copyright (c) 2013 Big Switch Networks, Inc.
4#
5# Licensed under the Eclipse Public License, Version 1.0 (the
6# "License"); you may not use this file except in compliance with the
7# License. You may obtain a copy of the License at
8#
9# http://www.eclipse.org/legal/epl-v10.html
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14# implied. See the License for the specific language governing
15# permissions and limitations under the License.
16#
17
18# CLI for forwarding configuration
19#
20
21# --------------------------------------------------------------------------------
22# Disable direct access to forwarding-config, use the new CLI instead
23#
24
25import command
26command.model_obj_type_disable_submode('forwarding-config')
27
28# --------------------------------------------------------------------------------