diff options
author | Ewald van Geffen <ewald@abcdef.be> | 2016-12-11 22:57:24 +0100 |
---|---|---|
committer | Ewald van Geffen <ewald@abcdef.be> | 2016-12-11 22:57:24 +0100 |
commit | 241b09ddba6666c48113ff61f927c12a4860ec8b (patch) | |
tree | 3ec0aec3ea343b2900eb139137dbf0e88af111f5 /functions | |
parent | 0543f228c32ddabd1697fa0221b35018200cf38d (diff) | |
parent | 5bcdfaec5070a3eac32dca289167dc995db75b6b (diff) | |
download | vyatta-op-241b09ddba6666c48113ff61f927c12a4860ec8b.tar.gz vyatta-op-241b09ddba6666c48113ff61f927c12a4860ec8b.zip |
Merge branch 'current' into ewald
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/tech-support | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/tech-support b/functions/tech-support index 680dc09..e4602d2 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -122,11 +122,11 @@ header Number of incomplete entries in ARP table show arp | grep incomplete | wc -l header Bridge -/usr/sbin/brctl show +/sbin/brctl show for br in $(/opt/vyatta/sbin/vyatta-interfaces.pl --show=bridge) do header "Bridge Information for $br" - /usr/sbin/brctl showstp $br - /usr/sbin/brctl showmacs $br + /sbin/brctl showstp $br + /sbin/brctl showmacs $br done header Serial |