From 4d405cc696b777c3ed96f2d22c7c82ca40c39a88 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 5 Jul 2022 11:48:55 +0200 Subject: op-mode: bgp: T4494: drop incomplete "reset ipv6 bgp" command --- op-mode-definitions/reset-ipv6-bgp.xml.in | 62 ------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 op-mode-definitions/reset-ipv6-bgp.xml.in (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/reset-ipv6-bgp.xml.in b/op-mode-definitions/reset-ipv6-bgp.xml.in deleted file mode 100644 index 3c4275331..000000000 --- a/op-mode-definitions/reset-ipv6-bgp.xml.in +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - Clear BGP neighbor IP address - - - - - vtysh -c "clear bgp ipv6 $4" - - - - Send route-refresh unless using 'soft-reconfiguration inbound' - - vtysh -c "clear bgp ipv6 $4 in" - - - - Push out prefix-list ORF and do inbound soft reconfig - - vtysh -c "clear bgp ipv6 $4 in prefix-filter" - - - - - - Resend all outbound updates - - vtysh -c "clear bgp ipv6 $4 out" - - - - Soft reconfig inbound and outbound updates - - vtysh -c "clear bgp ipv6 $4 soft" - - - - Clear via soft reconfig of inbound update - - vtysh -c "clear bgp ipv6 $4 soft in" - - - - Resend all outbound updates - - vtysh -c "clear bgp ipv6 $4 soft out" - - - - - - - - - - -- cgit v1.2.3