]> git.proxmox.com Git - mirror_frr.git/blame - yang/frr-deviations-bgp-datacenter.yang
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / yang / frr-deviations-bgp-datacenter.yang
CommitLineData
41db488c 1// SPDX-License-Identifier: BSD-2-Clause
2228b116 2module frr-deviations-bgp-datacenter {
3 yang-version 1.1;
4 namespace "http://frrouting.org/yang/frr-deviations-bgp-datacenter";
5 prefix frr-deviations-bgp-dc;
6
7 import frr-routing {
8 prefix frr-rt;
9 }
10
11 import frr-bgp {
12 prefix frr-bgp;
13 }
14
15 organization
16 "FRRouting";
17 contact
18 "FRR Users List: <mailto:frog@lists.frrouting.org> FRR Development
19 List: <mailto:dev@lists.frrouting.org>";
20 description
21 "This module defines deviations for the frr-bgp module with
22 datacenter profile.
23
24 Copyright 2020 FRRouting
25
26 Redistribution and use in source and binary forms, with or without
27 modification, are permitted provided that the following conditions
28 are met:
29
30 1. Redistributions of source code must retain the above copyright notice,
31 this list of conditions and the following disclaimer.
32
33 2. Redistributions in binary form must reproduce the above copyright
34 notice, this list of conditions and the following disclaimer in the
35 documentation and/or other materials provided with the distribution.
36
37 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
38 \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
39 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
40 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
41 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
43 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
45 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
47 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.";
48
49 revision 2019-12-03 {
50 description
51 "Initial revision.";
52 }
53
54 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:global-config-timers/frr-bgp:connect-retry-interval" {
55 deviate replace {
56 default "10";
57 }
58 }
59
60 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:global-config-timers/frr-bgp:hold-time" {
61 deviate replace {
62 default "9";
63 }
64 }
65
66 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:global-config-timers/frr-bgp:keepalive" {
67 deviate replace {
68 default "3";
69 }
70 }
71
72 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:route-selection-options/frr-bgp:deterministic-med" {
73 deviate replace {
74 default "false";
75 }
76 }
77
78 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:import-check" {
79 deviate replace {
80 default "true";
81 }
82 }
83
84 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:show-hostname" {
85 deviate replace {
86 default "true";
87 }
88 }
89
90 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:show-nexthop-hostname" {
91 deviate replace {
92 default "true";
93 }
94 }
95
96 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:ebgp-requires-policy" {
97 deviate replace {
98 default "false";
99 }
100 }
101
102 deviation "/frr-rt:routing/frr-rt:control-plane-protocols/frr-rt:control-plane-protocol/frr-bgp:bgp/frr-bgp:global/frr-bgp:global-neighbor-config/frr-bgp:log-neighbor-changes" {
103 deviate replace {
104 default "true";
105 }
106 }
107}