From 78d3f17e2ae09291601278f0dba93ad4454ca378 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Thu, 19 Jun 2008 23:36:18 +0000 Subject: [PATCH] initial commit. --- factory/hide_netif | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 factory/hide_netif diff --git a/factory/hide_netif b/factory/hide_netif new file mode 100755 index 0000000..c7ae234 --- /dev/null +++ b/factory/hide_netif @@ -0,0 +1,6 @@ +#!/bin/sh +# Remove hide_netif network attribute. Attribute is used to hide interfaces that don't have an IP attached. + +# $Id$ + +nattribute --set --nid $1 --flag ~hide_netif -- 2.43.0