Menu

#5 Illegal netmask may be assigned to interface

open-fixed
Maxim
9
2013-03-27
2013-01-12
No

ifconfig eth0 1.0.0.1 255.255.205.0 works

Discussion

  • Alexander Kelner

    Check algorithm may looks something like this:

    m1=~0
    ok=false
    for (i=1; i==33; i++) {
    ok=ok || (m1 == m)
    m1=m1<<1
    }

     
  • Alexander Kelner

    The command "route -add" also allows to use illegal mask

     
  • Maxim

    Maxim - 2013-02-16
    • assigned_to: nobody --> max_br
    • priority: 5 --> 9
     
  • Maxim

    Maxim - 2013-03-27

    Fixed in v. 035

     
  • Maxim

    Maxim - 2013-03-27
    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.