This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !Current Configuration: | |
| !System Description "Powerconnect 6248, 3.2.0.7, VxWorks 6.5" | |
| !System Software Version 3.2.0.7 | |
| !Cut-through mode is configured as disabled | |
| ! | |
| configure | |
| vlan database | |
| vlan 10,20,30,40 | |
| vlan routing 10 1 | |
| vlan routing 20 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Implementation of a UDP proxy | |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "log" | |
| "net" | |
| "os" |
NewerOlder