Age | Commit message (Collapse) | Author |
|
Matching on 'ip' uses the u32 tc filter and other match types 'interface',
'vif' use the basic tc filter. Since kernel doesn't allow mixing filter
types in the same classifier, need to catch and report the problem rather
than failing in the actual commands.
|
|
Use proper syntax for incoming interface and outgoing vlan match.
Need to catch u32 vs basic match filter conflicts.
|
|
need to lookup ifindex for interface not vlan tag (duh)
and ip field should be initialized only when ip tag is found.
|
|
And add more help text.
|
|
This is preliminary (still needs testing) but get the syntax and basic structure
in place.
|
|
fixes http://bugzilla.vyatta.com/show_bug.cgi?id=2738
|
|
the code here still doesn't work but fix obvious stuff.
|
|
This the initial checkin prior to integration
|