aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/net.lo.in')
-rw-r--r--init.d/net.lo.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 5ea73c7..bf77dff 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -214,6 +214,11 @@ _show_address()
einfo "received address $(_get_inet_address "${IFACE}")"
}
+_show_address6()
+{
+ einfo "received address $(_get_inet6_address "${IFACE}")"
+}
+
# Basically sorts our modules into order and saves the list
_gen_module_list()
{