Descriptionx/net/ipv6: split Set method of ICMPFilter into Accept, Block methods
This is an API breaking change.
method (*ICMPFilter) Set(ICMPType, bool)
is now replaced with
method (*ICMPFilter) Accept(ICMPType)
method (*ICMPFilter) Block(ICMPType)
Patch Set 1 : diff -r c4470e8a716a10935ddac89ed085e697e81766b9 https://code.google.com/p/go.net #Patch Set 2 : diff -r 2cc654565017a54ae58969615baace0a5857f4b8 https://code.google.com/p/go.net #
MessagesTotal messages: 3
|