Class: OSPFv2::NeighborState::Full

Inherits:
State show all
Defined in:
lib/neighbor_sm/full_state.rb

Instance Method Summary collapse

Methods inherited from State

#adj_ok?, #bad_ls_req, #change_state, #inactivity_timer, #kill_nbr, #method_missing, #one_way_received, #recv_hello, #seq_number_mismatch, #two_way_received

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OSPFv2::NeighborState::State

Instance Method Details

#recv_dd(neighbor, dd) ⇒ Object



31
32
33
# File 'lib/neighbor_sm/full_state.rb', line 31

def recv_dd(neighbor, dd)
  new_state neighbor, ExStart.new(neighbor), 'Received DatabaseDescription'
end


28
29
30
# File 'lib/neighbor_sm/full_state.rb', line 28

def recv_link_state_ack(neighbor, link_state_ack)
  neighbor.debug "*** in full state object ev recv_link_state_ack ????? ****"
end