blob: 3f8f2f31e73364749cb460094f83c7c6796aed1e [file] [log] [blame]
Srikanth Vavilapalli1725e492014-12-01 17:50:52 -08001#
2# Copyright (c) 2013 Big Switch Networks, Inc.
3#
4# Licensed under the Eclipse Public License, Version 1.0 (the
5# "License"); you may not use this file except in compliance with the
6# License. You may obtain a copy of the License at
7#
8# http://www.eclipse.org/legal/epl-v10.html
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13# implied. See the License for the specific language governing
14# permissions and limitations under the License.
15#
16
17import command
18
19command.model_obj_type_disable_submode('vns-interface-config')
20command.model_obj_type_disable_submode('vns-access-list-entry')
21
22command.model_obj_type_disable_submode('vns-interface-rule-network-service-node-mapping')
23
24command.model_obj_type_disable_edit('vns-definition', 'description')
25command.model_obj_type_disable_edit('vns-definition', 'origin')
26command.model_obj_type_disable_edit('vns-definition', 'priority')
27command.model_obj_type_disable_edit('vns-definition', 'vnsname')
28command.model_obj_type_disable_edit('vns-definition', 'tenant')
29
30
31command.model_obj_type_disable_edit('vns-access-list', 'priority')
32command.model_obj_type_disable_edit('vns-access-list', 'description')
33
34command.model_obj_type_set_show_this('vns-access-list', [
35 ['vns-access-list', 'vns-access-list', 'default' ],
36 ['vns-access-list-entry', 'vns-access-list-entry', 'scoped-acl-brief' ],
37 ])
38
39command.model_obj_type_set_title('vns-access-list-entry', 'Access List Rules')