]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/iprule.c
Use FRA_* attributes for routing rules
authorPatrick McHardy <kaber@trash.net>
Wed, 22 Aug 2007 17:26:12 +0000 (10:26 -0700)
committerStephen Hemminger <shemminger@linux-foundation.org>
Wed, 22 Aug 2007 17:26:12 +0000 (10:26 -0700)
commitad1a12dbd023946695caade199707aaafa6cc560
tree160c96408db53dd7477250f87ad874c9d124ebe5
parenta6ffa8b00d60c1fff5d197575c2e5a896e2e15b0
Use FRA_* attributes for routing rules

Use the FRA attributes for routing rules, with exception of RTA_GATEWAY
(used for route-NAT) which isn't supported by current kernels anymore
and thus doesn't exist as FRA attribute.

Signed-off-by: Patrick McHardy <kaber@trash.net>
ip/iprule.c