From: Jacob Teplitsky <jacobt@bivio.net>
To: lartc@vger.kernel.org
Subject: Subject: [LARTC] [tcng] X:Y to tcng corespondence !
Date: Sun, 16 Mar 2003 21:32:37 +0000 [thread overview]
Message-ID: <marc-lartc-104785041909459@msgid-missing> (raw)
> Message: 8
> Date: Fri, 14 Mar 2003 21:49:49 +0200
> From: raptor <raptor@tvskat.net>
> To: lartc@mailman.ds9a.nl
> Subject: [LARTC] [tcng] X:Y to tcng corespondence !
>
> Is there a easy way that I to get class-id<----->tcng-class-path conversation.... and vs. versa..
>
> --__--__--
There are couple files can be created by tcc:
# cat a.tc
dev "s0e0" {
egress {
drop if ip_proto = 30;
class (<>)
if 1;
}
}
dev "s1e0" {
egress {
drop if vlan_id = 0;
class (<>)
if 1;
}
}
# cat tcc_map
device s0e0 - a.tc 1
qdisc s0e0:1 - a.tc 2
class s0e0:1:0 - a.tc 4
qdisc s0e0:2 - a.tc 2
filter s0e0:1::1 - a.tc 2
element s0e0:1::1:0 - a.tc 3
element s0e0:1::1:1 - a.tc 5
device s1e0 - a.tc 8
qdisc s1e0:1 - a.tc 9
class s1e0:1:0 - a.tc 11
qdisc s1e0:2 - a.tc 9
filter s1e0:1::1 - a.tc 9
element s1e0:1::1:0 - a.tc 10
element s1e0:1::1:1 - a.tc 12
# cat var_file
{ device s0e0
{ qdisc s0e0:1
}
}
{ device s1e0
{ qdisc s1e0:1
}
}
- Jacob
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2003-03-16 21:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-104785041909459@msgid-missing \
--to=jacobt@bivio.net \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.