X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=yang%2Ffrr-isisd.yang;h=380fce385990bb02f2358d1ac67a4702f78f1545;hb=13e9afe9e4d91209a9f447c506e680aaaefb1960;hp=5997e8866aee1dbed765c16aad0d205d29eeeb15;hpb=4d1bf2b1295760da8173b3bec7359d7a84f8a491;p=mirror_frr.git diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang index 5997e8866..380fce385 100644 --- a/yang/frr-isisd.yang +++ b/yang/frr-isisd.yang @@ -733,11 +733,11 @@ module frr-isisd { container multi-topology { description "IS-IS topologies configured on this circuit."; - leaf ipv4-unicast { + leaf standard { type boolean; default "true"; description - "IPv4 unicast topology."; + "Standard (IPV4 unicast) topology."; } leaf ipv4-multicast { @@ -1066,11 +1066,25 @@ module frr-isisd { "If true, identify as L1/L2 router for inter-area traffic."; } - leaf overload { - type boolean; - default "false"; + container overload { description - "If true, avoid any transit traffic."; + "Overload bit configuration."; + leaf enabled { + type boolean; + default "false"; + description + "If true, avoid any transit traffic."; + } + + leaf on-startup { + type uint32 { + range "0..86400"; + } + units "seconds"; + default "0"; + description + "The duration the overload bit should be set on startup."; + } } leaf metric-style { @@ -1481,6 +1495,17 @@ module frr-isisd { description "Stable IP address of the advertising router."; } + leaf router-address-v6 { + type inet:ipv6-address; + description + "Stable IPv6 address of the advertising router."; + } + leaf export { + type boolean; + default "false"; + description + "Export Link State informatin."; + } } container segment-routing {