From c11daec3b06aaeaa0647fa13a3375e422b54735c Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Wed, 26 Mar 2025 10:06:20 +0000 Subject: T7286: Add CLI option to disable LDP establish packets If a router has not formed an LDP neighbor adjacency yet, it answers all received LDP Hello packets from non-neighbors with new Hello packets. This leads to flooding LDP packets to all routers for each LDP incoming packet. Add configuration option to disable this behavior ``` set protocols mpls ldp interface eth0 disable-establish-hello ``` --- interface-definitions/protocols_mpls.xml.in | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'interface-definitions') diff --git a/interface-definitions/protocols_mpls.xml.in b/interface-definitions/protocols_mpls.xml.in index 831601fc6..fc1864f38 100644 --- a/interface-definitions/protocols_mpls.xml.in +++ b/interface-definitions/protocols_mpls.xml.in @@ -524,7 +524,29 @@ - #include + + + Interface + + + + + txt + Interface name + + + #include + + + + + + Disable response to hello packet with an additional hello LDP packet + + + + + -- cgit v1.2.3