File: README

package info (click to toggle)
netcf 0.1.9-2%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 60,800 kB
  • sloc: sh: 8,523; ansic: 6,699; xml: 859; makefile: 199
file content (16 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Introduction
============

netcf is a cross-platform network configuration library.

It takes the description of a network interface in its own
platform-independent format and adapts the local system's network
configuration to provide that interface.

As an example, imagine you want to bondeth0 and eth1 together to bond0. On
Fedora, that requires modifying the files ifcfg-eth0, ifcfg-eth1 and
ifcfg-bond0 in /etc/sysconfig/network-scripts; on Debian, it requires
changing several entries in /etc/network/interfaces.

This library provides a convenient facility for programs that want to
shield themselves from the intricacies of networking setup.