b53fea94466dfce08316b48a57dd78fcdc0f9191
[govpp.git] / vendor / github.com / google / gopacket / routing / other.go
1 // Copyright 2012 Google, Inc. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style license
4 // that can be found in the LICENSE file in the root of the source
5 // tree.
6
7 // +build !linux
8
9 // Package routing is currently only supported in Linux, but the build system requires a valid go file for all architectures.
10
11 package routing
12
13 func New() (Router, error) {
14         panic("router only implemented in linux")
15 }