| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20180405160926.GA17495@lunn.ch>
Date: Thu, 5 Apr 2018 18:09:26 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Ran Shalit <ranshalit@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: marvell switch
> Is there a wiki which explains switch configuration ?
Nope. The whole idea is that they behave like normal linux
interfaces. So there is no need to document them. You already know how
to use them.
> Is it possible to open socket and send/recieve on switch ports (lan0
> for example) ?
Sure. It is as normal interface. Give is an IP address and then do
TCP/IP as usual.
Andrew