File: ip_address.out

package info (click to toggle)
ruby-parslet 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: ruby: 6,157; sh: 8; javascript: 3; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
                       0.0.0.0 -> {:ipv4=>"0.0.0.0"@0}
               255.255.255.255 -> {:ipv4=>"255.255.255.255"@0}
                   255.255.255 -> Failed: Expected one of [IPV4, IPV6] at line 1 char 1.
               1:2:3:4:5:6:7:8 -> {:ipv6=>"1:2:3:4:5:6:7:8"@0}
         12AD:34FC:A453:1922:: -> {:ipv6=>"12AD:34FC:A453:1922::"@0}
                    12AD::34FC -> {:ipv6=>"12AD::34FC"@0}
                        12AD:: -> {:ipv6=>"12AD::"@0}
                            :: -> {:ipv6=>"::"@0}
                           1:2 -> Failed: Expected one of [IPV4, IPV6] at line 1 char 1.