radius
radius copied to clipboard
a golang radius library
npac.AddVSA( radius.VSA{Vendor: 9, Type: 23, Value: []byte("10.20.30.40")} ) radius26 attributes. For example: npac.VSAadd(1, []byte{0x00, 0x00, 0x11, 0x2b}) // type:1 InputBasicRate npac.VSAadd(12, []byte{0x00, 0x00, 0x11, 0x2b}) // type:2 InputAverageRate
Tested with radius client on switch huawei s5700 I may try to implement it myself. relative: layeh/radius#96
Used the library to create a Access Accept reply to ServerStatus message from radius client. The message authenticator calculated is not correct ! We can test using radclient (a standard...
Hello, Based on my tests, it seems Decodepacket calls the handler even if the hash is insane. I think the good behaevior would be to silently drop malformed packet (perhaps...
Hi, Really like this library. Although, i need to send back bandwidth up and down message when accepting a request, for traffic shaping. Do you have any suggestions where in...