netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iproute, batch-cmds, and mac-vlans.
@ 2010-07-13  4:49 Ben Greear
  2010-07-13  5:19 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Greear @ 2010-07-13  4:49 UTC (permalink / raw)
  To: NetDev

After too much time debugging, I finally realized that the ip
tool was truncating my command because the mac-vlan device name
had a '#' in it.

]# cat /tmp/foo.txt
ru add to 10.99.21.1 iif eth0#0 lookup local pref 11


# IP tool has some hacked up debugging code
]# ip -batch /tmp/foo.txt
  argc: 4
  arg -:to:-
  arg -:iif:-
WARNING:  Using TABLE_MAIN in iprule_modify, table_ok: 0  cmd: 32


So, it acts on eth0 instead of eth0#0, and silently ignores the 'lookup local pref 11'.

I understand that it is trying to parse # as comments, but would you
all be interested in a patch that allowed ignoring '#' except
when it is the first non-whitespace character on a line, and maybe
when preceded by whitespace?  This would of course have the possibility
of breaking someone's script somewhere, so it could be enabled with
a new command line arg, perhaps.

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-13 15:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-13  4:49 iproute, batch-cmds, and mac-vlans Ben Greear
2010-07-13  5:19 ` Stephen Hemminger
2010-07-13  5:32   ` Ben Greear
2010-07-13 15:41     ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).