summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/interface.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/interface.pl b/tests/interface.pl
index 86ec96e..9ebeb60 100644
--- a/tests/interface.pl
+++ b/tests/interface.pl
@@ -13,7 +13,7 @@ my @interfaces = getInterfaces();
print "Interfaces: ", join(' ',@interfaces),"\n";
print "IP\n";
-foreach my $type (qw/all broadcast multicast pointtopoint/) {
+foreach my $type (qw/all broadcast multicast pointtopoint loopback/) {
print "\t$type = ";
foreach my $addr (Vyatta::Misc::getInterfacesIPadresses($type)) {
print $addr, '(', is_ip_v4_or_v6($addr), ') ';