Modify

Ticket #300 (closed defect: fixed)

Opened 7 years ago

Last modified 6 years ago

/30 not in allowable interface netmasks

Reported by: rampa@… Owned by: juruen@…
Milestone: Component: network
Severity: minor Keywords: netmask
Cc:

Description

the /30 (255.255.255.252) netmask is not in the netmask drop box. This netmask is *very* normal.

patch:

--- ifaces.mas.old      2006-12-01 09:39:47.485805317 +0100
+++ ifaces.mas  2006-12-01 09:39:47.485805317 +0100
@@ -116,6 +116,7 @@
 %              $netmask = '255.255.255.0';
 %      }
                                <option selected value='<% $netmask %>'><% $netmask %></option>
+                               <option value='255.255.255.252'>255.255.255.252</option>
                                <option value='255.255.255.248'>255.255.255.248</option>
                                <option value='255.255.255.240'>255.255.255.240</option>
                                <option value='255.255.255.224'>255.255.255.224</option>

Attachments

Change History

comment:1 Changed 7 years ago by ejhernandez@…

  • hours changed from 0.0 to 0.25
  • Status changed from new to closed
  • Resolution set to fixed
  • totalhours changed from 0.0 to 0.25

Patch applied [6013]. Thank you!

comment:2 Changed 6 years ago by ejhernandez@…

(In [7900]) * Added /22 netwask setting a real and virtual iface

  • Added missing /30 to virtual iface refs #300
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.