Default the scope ID to 0, explicitly
parent
1ae12e3a23
commit
2d3064c1ec
|
@ -48,7 +48,7 @@ module Metasploit3
|
|||
))
|
||||
|
||||
register_options([
|
||||
OptInt.new('SCOPEID', [false, "IPv6 scope ID, for link-local addresses"])
|
||||
OptInt.new('SCOPEID', [false, "IPv6 scope ID, for link-local addresses", 0])
|
||||
])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue