diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-09-26 14:45:30 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-09-26 14:45:30 +0100 |
| commit | 28a605928daa951ea140bb3d30258508d00450e5 (patch) | |
| tree | 3263d5afbadd83016801357d658bad98fbeaf2e6 /schema/interface_definition.rng | |
| parent | 06e491caf2fdd8b4e2fe5f3b4396680fca61eeab (diff) | |
| download | vyos-1x-28a605928daa951ea140bb3d30258508d00450e5.tar.gz vyos-1x-28a605928daa951ea140bb3d30258508d00450e5.zip | |
op-mode: T7871: add support for op mode command argument constraints
Diffstat (limited to 'schema/interface_definition.rng')
| -rw-r--r-- | schema/interface_definition.rng | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/schema/interface_definition.rng b/schema/interface_definition.rng index d653d1b01..f36d95eed 100644 --- a/schema/interface_definition.rng +++ b/schema/interface_definition.rng @@ -2,19 +2,19 @@ <grammar xmlns="http://relaxng.org/ns/structure/1.0"> <!-- interface_definition.rnc: VyConf reference tree XML grammar - + Copyright VyOS maintainers and contributors <maintainers@vyos.io> - + This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 |
