From b08d6b7d0cd2d62da49f3c76d220a6860240791e Mon Sep 17 00:00:00 2001 From: John Southworth Date: Thu, 14 Jul 2011 18:03:43 -0500 Subject: Bugfix 7331: Napa timeframe fix for config migration commment bug. Will investigate if this is a viable long term fix or if we want to find another way to ignore migrated comments for oxnard (cherry picked from commit 5aeb46dbdb903a1921bd38e5bfc1acd53cd08c6a) --- etc/bash_completion.d/vyatta-cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/bash_completion.d') diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 01b2a13..776c56b 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -98,6 +98,8 @@ show () fi done cli-shell-api "${opts[@]}" -- showCfg "${args[@]}" \ + | sed -e '/--- CONFIGURATION COMMENTED OUT DURING MIGRATION BELOW ---/\ + ,/--- CONFIGURATION COMMENTED OUT DURING MIGRATION ABOVE ---/d'\ | eval "${VYATTA_PAGER:-cat}" } -- cgit v1.2.3