===== COMMAND =====: for ns in $(ip netns list); do echo Namespace: ${ns}; ip netns exec ${ns} netstat -anp; done
===== RETURN CODE =====: 0
===== STDOUT =====:
[10.20.0.4] out: Namespace: haproxy
[10.20.0.4] out: Active Internet connections (servers and established)
[10.20.0.4] out: Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
[10.20.0.4] out: tcp        0      0 172.30.10.8:6080        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8000        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8000        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:9696        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8003        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8003        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8004        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8004        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8774        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8774        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:9191        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8775        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8776        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8776        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:5000        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:5000        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8777        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8777        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8042        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8042        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:3306        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:9292        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:9292        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8080        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8080        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:80          0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:10000       0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:8181        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:8181        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:9494        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:9494        0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 192.168.1.7:35357       0.0.0.0:*               LISTEN      17677/haproxy   
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40016       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40192       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40055       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:39911       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:39988       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 240.0.0.2:39703         192.168.1.4:9696        TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40303       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40158       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:39967       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:39908       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40068       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40301       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40256       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40146       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40279       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40284       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40119       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40111       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40202       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40316       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:39882       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40208       TIME_WAIT   -               
[10.20.0.4] out: tcp        0      0 172.30.10.8:9696        172.30.10.5:40236       TIME_WAIT   -               
[10.20.0.4] out: Active UNIX domain sockets (servers and established)
[10.20.0.4] out: Proto RefCnt Flags       Type       State         I-Node   PID/Program name    Path
[10.20.0.4] out: unix  2      [ ACC ]     STREAM     LISTENING     932271   17677/haproxy       /var/lib/haproxy/stats.17668.tmp
[10.20.0.4] out: unix  2      [ ]         DGRAM                    932273   17677/haproxy       
[10.20.0.4] out: Namespace: vrouter
[10.20.0.4] out: Active Internet connections (servers and established)
[10.20.0.4] out: Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
[10.20.0.4] out: tcp        0      0 192.168.1.6:53          0.0.0.0:*               LISTEN      26390/dnsmasq   
[10.20.0.4] out: udp        0      0 0.0.0.0:47335           0.0.0.0:*                           3682/conntrackd 
[10.20.0.4] out: udp        0      0 192.168.1.6:53          0.0.0.0:*                           26390/dnsmasq   
[10.20.0.4] out: udp        0      0 240.1.0.1:123           0.0.0.0:*                           19419/ntpd      
[10.20.0.4] out: udp        0      0 240.0.0.6:123           0.0.0.0:*                           19419/ntpd      
[10.20.0.4] out: udp        0      0 127.0.0.1:123           0.0.0.0:*                           19419/ntpd      
[10.20.0.4] out: udp        0      0 0.0.0.0:123             0.0.0.0:*                           19419/ntpd      
[10.20.0.4] out: udp        0      0 0.0.0.0:3780            0.0.0.0:*                           3682/conntrackd 
[10.20.0.4] out: Active UNIX domain sockets (servers and established)
[10.20.0.4] out: Proto RefCnt Flags       Type       State         I-Node   PID/Program name    Path
[10.20.0.4] out: unix  2      [ ACC ]     STREAM     LISTENING     170642   3682/conntrackd     /var/run/conntrackd.ctl
[10.20.0.4] out: unix  2      [ ]         DGRAM                    802127   26390/dnsmasq       
[10.20.0.4] out: 

===== STDERR =====:
