Git Product home page Git Product logo

linkloop's Introduction

This program is similar to ping(1), but tests connectivity at the
link layer (layer-2) instead of the network layer (layer-3).

HPUX has linkloop support for ages, and lately I googled a little
and found that link-layer connectivity loopback testing is part
of the IEEE 802.2LLC standard.

So I went and written:
	- linkloop for Linux.
	- linkloop_reply as a user space reply program. Used for
	  testing against Linux until the Linux kernel has native
	  support for this protocol (in my TODO :-)
	- lanscan is a small utility to show local interfaces
	  with their mac addresses. Yes I know 'ip link' gives
	  the same information, I just wanted to play with some
	  ioctls :-)

To get me started I grabbed some examples from spak
	http://www.xenos.net/software/spak/
(Which wasn't compiling cleanly on my machine BTW).

It was tested against HPUX-11.0 and Linux (when running linkloop_reply)
both ways.

My linkloop accepts MAC address in:
	- HPUX notation (0x......)
	- Colon separated (00:BC:.....)
	- A name from /etc/ethers

linkloop's People

Contributors

fancer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.