Restructured MAC/cookie calculation
Added copy-right headers accidentally removed
This commit is contained in:
parent
86707cbc88
commit
8393cbff52
7 changed files with 374 additions and 96 deletions
|
|
@ -18,8 +18,8 @@ func (tun *DummyTUN) Name() string {
|
|||
return tun.name
|
||||
}
|
||||
|
||||
func (tun *DummyTUN) MTU() int {
|
||||
return tun.mtu
|
||||
func (tun *DummyTUN) MTU() (int, error) {
|
||||
return tun.mtu, nil
|
||||
}
|
||||
|
||||
func (tun *DummyTUN) Write(d []byte) (int, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue