Displaying 2 results from an estimated 2 matches for "rrequest".
Did you mean:
  request
  
2008 Nov 05
3
Problems w/ before_filter getting ignored
Hello,
    I''m setting up an authentication module that will be called from
application.rb.      I want to save a rrequest.request_uri into a
session to be used as a place holder that
will take users back to the page they were on before they logged in.
I''m trying to call the store_location method for all methods EXCEPT
login by putting login in an except before filter.
For some reason, when I login the last r...
2014 May 28
0
[Bug 956] New: ARP operation is listed in network byte order
...: NEW
          Severity: enhancement
          Priority: P5
         Component: nft
        AssignedTo: pablo at netfilter.org
        ReportedBy: anarey at gmail.com
   Estimated Hours: 0.0
We add this rule:
 $ sudo nft add rule arp testarp input arp operation {nak, inreply, inrequest,
rreply, rrequest, reply, request}
But, when we list the table, nft lists a integer value as an 'operation'
parameter:
table arp testarp {
    chain input {
         arp operation { 512, 2048, 2560, 2304, 256, 1024, 768 }
         arp operation 2560
    }
}
-- 
Configure bugmail: https://bugzilla.netfilte...