Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
/ netif Public archive

Golang library to read, manipulate and write the Debian network interfaces file /etc/network/interfaces

License

Notifications You must be signed in to change notification settings

hilt0n/netif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netif

This is a simple Golang package for reading, manipulating and writing the /etc/network/interface file in most Debian based distributions.

This package is heavily based on the Python library Debinterface github.com/dggreenbaum/debinterface.

Installation

go get github.com/hilt0n/netif

Basic usage

package main

import (
    "github.com/hilt0n/netif"
)

About

Golang library to read, manipulate and write the Debian network interfaces file /etc/network/interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages