Displaying 2 results from an estimated 2 matches for "_inside".
Did you mean:
  inside
  
2002 Dec 02
1
ipip and nexthdr
After carefull reading (LARTC) and experimentation, I am in a dead
end...
 I am using several IPIP tunnels (linux ipip module, IP protocol 4).
 I''d like to filter packets going through these tunnes to different
classes, on the ingress device, based on source and destination IP
_INSIDE THE TUNNEL_.
 First I tried the nexthdr bit. As explained in LARTC, nexthdr jumps to
the next header in the packet, so I figured if it works for TCP, it
should also work for IP in IP, but it didn''t. 
 I looked at some ICMP echo request/reply packets with tcpdump dumping
packet contents i...
2010 Nov 12
2
pending tests fail when I switch to mock_with :mocha
First of all, please direct me into how better to search existing threads in
this mailing list.
Ok to my rspec 2.0.1 mocha 0.9.8 issue:
given a controller test
 before do
    subject.expects(:authenticate).once
  end
  it "should bla bla" do
   pending "PENDING, shouldn''t fail?"
end
with
   config.mock_with :rspec
it''s ok: pending, but with