source: titan/oealliance/etc/titan.restore/var/etc/network/if-up.d/odhcp6c @ 40393

Last change on this file since 40393 was 40393, checked in by obi, 7 years ago

add oealliance start scripts

File size: 188 bytes
Line 
1#!/bin/sh
2
3[ "x$IFACE" = "xlo" ] && exit 0
4grep -Eq '^iface  *'${IFACE}'  *inet6  *' /etc/network/interfaces && exit 0
5
6odhcp6c -Nnone -d -p /var/run/odhcp6c.${IFACE}.pid ${IFACE}
7exit 0
8
Note: See TracBrowser for help on using the repository browser.