Re: [ovs-dev] [PATCH v2 1/2] tunnel: Accept 'set options:tos' as hex value.

2012-05-16 Thread Ben Pfaff
On Wed, May 16, 2012 at 04:13:14PM -0700, Pravin B Shelar wrote: > Fixed according to comments from Ben. > - Use 0x prefix for ToS. > > --8<--cut here-->8-- > > Signed-off-by: Pravin B Shelar > > Bug #8822 Looks good to me.

[ovs-dev] [PATCH v2 1/2] tunnel: Accept 'set options:tos' as hex value.

2012-05-16 Thread Pravin B Shelar
Fixed according to comments from Ben. - Use 0x prefix for ToS. --8<--cut here-->8-- Signed-off-by: Pravin B Shelar Bug #8822 --- lib/netdev-vport.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/netdev