TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

HP announces OpenSwitch, an open-source network operating system

143 点作者 noplay超过 9 年前

11 条评论

Animats超过 9 年前
So I look at a random source file, and find:<p><a href="https:&#x2F;&#x2F;git.openswitch.net&#x2F;cgit&#x2F;openswitch&#x2F;ops-arpmgrd&#x2F;tree&#x2F;src&#x2F;arpmgrd.c" rel="nofollow">https:&#x2F;&#x2F;git.openswitch.net&#x2F;cgit&#x2F;openswitch&#x2F;ops-arpmgrd&#x2F;tree&#x2F;...</a><p><pre><code> &#x2F;* Build hash key for a given vrf name and ip address *&#x2F; static int get_hash_key(char* vrf_name, char *ip, char *key) { sprintf(key, &quot;%s-%s&quot;, vrf_name, ip); return strlen(key); } &#x2F;* get_hash_key *&#x2F; </code></pre> What could possibly go wrong?<p>Definitely not thinking hard about security over there.
评论 #10337125 未加载
评论 #10336837 未加载
victorhugo31337超过 9 年前
&quot;OpenSwitch is a network operating system for disaggregated switches that are built around OCP compliant hardware and that utilizes the ONIE boot loader to install and uninstall network operating systems. It is aimed at accelerating the transition to open networking as well as the adoption of disaggregated data center networks.&quot;
readams超过 9 年前
This is a &quot;me too&quot; move by HP. Open network linux already exists, already uses ONIE, and is already a part of the open compute project. <a href="http:&#x2F;&#x2F;opennetlinux.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;opennetlinux.org&#x2F;</a><p>This is just a land grab by HP.
ChuckMcM超过 9 年前
This seems like a good, if belated, move on HPs part. Ethernet switches have become trivial to build with off the shelf parts. If you open up the software then you can focus on things like build quality and reliability.
评论 #10335210 未加载
victorhugo31337超过 9 年前
How is this any better&#x2F;different than Open vSwitch?<p><a href="http:&#x2F;&#x2F;openvswitch.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;openvswitch.org&#x2F;</a>
评论 #10334520 未加载
评论 #10335259 未加载
评论 #10334822 未加载
epistasis超过 9 年前
The hardware compatibility list is pretty slim at the moment:<p><a href="http:&#x2F;&#x2F;www.openswitch.net&#x2F;documents&#x2F;user&#x2F;hardware-compatibility" rel="nofollow">http:&#x2F;&#x2F;www.openswitch.net&#x2F;documents&#x2F;user&#x2F;hardware-compatibil...</a>
评论 #10335527 未加载
评论 #10335184 未加载
评论 #10334647 未加载
pm90超过 9 年前
Their Github organization is empty, but you can see the code at: <a href="http:&#x2F;&#x2F;git.openswitch.net&#x2F;cgit" rel="nofollow">http:&#x2F;&#x2F;git.openswitch.net&#x2F;cgit</a>.
评论 #10335418 未加载
you_eeeeeediot超过 9 年前
Gonna be hard to compete with the likes of Cisco Nexus... I mean after almost 5 years of the Nexus 1000V platform they come to the table with an &quot;open-source&quot; software platform to be used on hardware that no one is currently using?<p>I could see this getting traction if they announced it was compatible with some of the newer switches
评论 #10335445 未加载
评论 #10334699 未加载
lifeisstillgood超过 9 年前
As I stopped knowing anything about datacenters around 2001, can anyone tell me what a network operating system is?<p>I am going to guess large high throughput switches and some degree of software defined networks that knock putting your printers on one C-network and your servers on another into a cock hat<p>Apart from raw power, is there some way I can reconfigure my network without moving a cable that I previously could not?<p>(It&#x27;s late, so just to be sure, I&#x27;m not trolling)
评论 #10335242 未加载
评论 #10335238 未加载
mrmondo超过 9 年前
In my experience HP has never been good at software or networking - that their two weak points. Will be interesting to see how this pans out.
评论 #10336237 未加载
cchip超过 9 年前
I was recently polling for some hp Openflow switches; which are not supported here...<p>Isn&#x27;t this just another move to sell more switches?<p>Will there ever be code for some of the older MIPS based switches?