mpls: allow TTL propagation from IP packets to be configured
[linux-2.6-block.git] / include / net / netns / mpls.h
index 08652eedabb2820b44306e5eef0327b853f37b28..6608b3693385e771147f78da13afa87cc6355d83 100644 (file)
@@ -10,6 +10,7 @@ struct ctl_table_header;
 
 struct netns_mpls {
        int ip_ttl_propagate;
+       int default_ttl;
        size_t platform_labels;
        struct mpls_route __rcu * __rcu *platform_label;