Displaying 2 results from an estimated 2 matches for "paret".
Did you mean:
parent
2007 May 02
7
tc u32 match !port
How can i redirect all traffic that not come from port 80 to a flow ?
i was thing about some like
tc filter add dev imq1 parent 1: protocol ip prio 7 u32 match ip sport
!80 ......
But this not work.
Another doubt, if i have two rules that intersects , for example ,
one filter with u32 match ip src 10.10.10.10 flowid 1:10
and other with u32 match sport 80 0xffff flowid 1:11 , which one will
2006 Jul 12
0
Parent Child - Transaction Issue
...arent.new
child = parent.build_child
Parent.transaction do
parent.save! # parent created, child validation check failed but
no exception thrown
child.save! # exception triggered for validation error, transaction
rolled back
end
The problem is because parent was initially successfully created,
paret.new_record? returns true, even though it was rolled back later on, so
subsequent attempt to save will not insert the parent record.
Am I missing something here? Please help to shed some lights? Thanks!
Regards,
Herry