tc-route
(8)route traffic control filter
tc filter ... route [ from REALM | fromif TAG ] [ to REALM ] [ classid CLASSID ] [ action ACTION_SPEC ]
DESCRIPTION
OPTIONS
- action ACTION_SPEC
- Apply an action from the generic actions framework on matching packets.
- classid CLASSID
- Push matching packets into the class identified by CLASSID.
- from REALM
- fromif TAG
- Perform source route lookups. TAG is the name of an interface which must be present on the system at the time of tc invocation.
- to REALM
- Match if normal (i.e., destination) routing returns the given REALM.