summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-05-28 14:25:36 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-06-01 17:08:29 +0200
commit874ca769973550d6d9c0ead69b5e2e7472014a36 (patch)
tree9027b42bc1919158830339566b845ddf153b8bd5 /yang
parentbfdd: don't store interface pointer for multihop sessions (diff)
downloadfrr-874ca769973550d6d9c0ead69b5e2e7472014a36.tar.xz
frr-874ca769973550d6d9c0ead69b5e2e7472014a36.zip
bfdd: forbid setting interface for multihop sessions
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-bfdd.yang7
1 files changed, 1 insertions, 6 deletions
diff --git a/yang/frr-bfdd.yang b/yang/frr-bfdd.yang
index d21ff5068..d2746e350 100644
--- a/yang/frr-bfdd.yang
+++ b/yang/frr-bfdd.yang
@@ -435,7 +435,7 @@ module frr-bfdd {
}
list multi-hop {
- key "source-addr dest-addr interface vrf";
+ key "source-addr dest-addr vrf";
description "List of multi hop sessions";
leaf source-addr {
@@ -448,11 +448,6 @@ module frr-bfdd {
description "IP address of the peer";
}
- leaf interface {
- type frr-interface:interface-ref;
- description "Interface to use to contact peer";
- }
-
leaf vrf {
type frr-vrf:vrf-ref;
description "Virtual Routing Domain name";