diff options
author | net[shemminger]!shemminger <net[shemminger]!shemminger> | 2004-07-30 20:26:15 +0000 |
---|---|---|
committer | net[shemminger]!shemminger <net[shemminger]!shemminger> | 2004-07-30 20:26:15 +0000 |
commit | 30ff5089c4189e7ce0b462b16045dca04aba1765 (patch) | |
tree | 2f9928016698faa1ef74d2efa713b9f216bf19d6 /ip | |
parent | 04a2c4e98577043d565766851b1eabc93fd892fc (diff) |
Import patch iproute-xfrm.3
(Logical change 1.58)
Diffstat (limited to 'ip')
-rw-r--r-- | ip/xfrm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ int do_xfrm_policy(int argc, char **argv); const char *strxf_flags(__u8 flags); const char *strxf_share(__u8 share); +const char *strxf_proto(__u8 proto); void xfrm_id_info_print(xfrm_address_t *saddr, struct xfrm_id *id, __u8 mode, __u32 reqid, __u16 family, FILE *fp, const char *prefix); |