~ubuntu-branches/ubuntu/quantal/iproute/quantal-updates

« back to all changes in this revision

Viewing changes to include/rt_names.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Alexander Wirt, Andreas Henriksson
  • Date: 2011-07-04 14:23:33 UTC
  • mfrom: (1.1.13 upstream) (23.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20110704142333-je1iwihg5qsbe743
Tags: 20110629-1
[ Alexander Wirt ]
* Install ss to /bin instead of /sbin.

[ Andreas Henriksson ]
* Imported Upstream version 2.6.39 (aka snapshot 20110629)
  - tc filter: fix dport/sport in pretty print output (Closes: #627312)
* Finally drop the patch adding the wrr qdisc scheduler to tc
* Fix txtdocs patch to apply again
* Add patch to build against xtables version 6

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
int rtnl_rttable_a2n(__u32 *id, char *arg);
14
14
int rtnl_rtrealm_a2n(__u32 *id, char *arg);
15
15
int rtnl_dsfield_a2n(__u32 *id, char *arg);
 
16
int rtnl_group_a2n(int *id, char *arg);
16
17
 
17
18
const char *inet_proto_n2a(int proto, char *buf, int len);
18
19
int inet_proto_a2n(char *buf);