dazer-chen / gopacket

Automatically exported from code.google.com/p/gopacket
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

undefined: gopacket.ValidMACPrefixMap #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new workspace.
2. go get code.google.com/p/gopacket
3. go install ./...

What is the expected output? What do you see instead?
Expected output is that everything builds.  Instead, I see:

# code.google.com/p/gopacket/layers
src/code.google.com/p/gopacket/layers/mpls.go:36: undefined: 
gopacket.ValidMACPrefixMap

What version of the product are you using? On what operating system?
Version: 32896eb
OS: Linux 3.9.9-1-ARCH x86_64 GNU/Linux

Original issue reported on code.google.com by Jonathan...@gmail.com on 19 Jul 2013 at 11:13

GoogleCodeExporter commented 9 years ago
Sorry for that.  Caused by 
https://groups.google.com/forum/#!msg/gopacket/Kjwtso_dODk/_sDjE1WjKCYJ

Issue started at 
https://code.google.com/p/gopacket/source/detail?r=27312f15fcf8cd261a3bd576263ec
587d4a19a20

Issue closed at 
https://code.google.com/p/gopacket/source/detail?r=43cd11eec5c6f690e73420d534e36
05c2076f7d7

Original comment by gconnell@google.com on 22 Jul 2013 at 5:39