6f0138 Prepare for a new update

Authored and Committed by Packit Service 3 years ago
65 files changed. 309 lines added. 682 lines removed.
doc/primary-expression.txt
file modified
+0 -7
doc/statements.txt
file modified
+0 -14
include/expression.h
file modified
+0 -3
include/linux/netfilter/nf_tables.h
file modified
+0 -19
include/rule.h
file modified
+1 -15
src/cache.c
file modified
+1 -3
src/evaluate.c
file modified
+4 -24
src/main.c
file modified
+1 -47
src/mnl.c
file modified
+0 -7
src/monitor.c
file modified
+1 -1
src/netlink.c
file modified
+28 -92
src/netlink_delinearize.c
file modified
+8 -17
src/netlink_linearize.c
file modified
+1 -1
src/parser_bison.y
file modified
+60 -56
src/parser_json.c
file modified
+25 -35
src/rule.c
file modified
+8 -10
src/scanner.l
file modified
+1 -1
src/segtree.c
file modified
+52 -135
src/xfrm.c
file modified
+1 -1
tests/json_echo/run-test.py
file modified
+5 -20
tests/monitor/run-tests.sh
file modified
+2 -11
tests/monitor/testcases/set-interval.t
file removed
-25
tests/py/inet/ipsec.t.payload
file modified
+1 -0
tests/py/nft-test.py
file modified
+4 -18
tests/shell/run-tests.sh
file modified
+1 -6
tests/shell/testcases/cache/0001_cache_handling_0
file modified
+1 -1
tests/shell/testcases/chains/0016delete_handle_0
file modified
+2 -2
tests/shell/testcases/chains/0039negative_priority_0
file removed
-8
tests/shell/testcases/flowtable/0010delete_handle_0
file modified
+3 -2
tests/shell/testcases/listing/0003table_0
file modified
+4 -2
tests/shell/testcases/listing/0004table_0
file modified
+2 -1
tests/shell/testcases/listing/0005ruleset_ip_0
file modified
+2 -1
tests/shell/testcases/listing/0006ruleset_ip6_0
file modified
+2 -1
tests/shell/testcases/listing/0007ruleset_inet_0
file modified
+2 -1
tests/shell/testcases/listing/0008ruleset_arp_0
file modified
+2 -1
tests/shell/testcases/listing/0009ruleset_bridge_0
file modified
+2 -1
tests/shell/testcases/listing/0010sets_0
file modified
+2 -1
tests/shell/testcases/listing/0011sets_0
file modified
+2 -1
tests/shell/testcases/listing/0012sets_0
file modified
+2 -1
tests/shell/testcases/listing/0013objects_0
file modified
+2 -1
tests/shell/testcases/listing/0014objects_0
file modified
+4 -2
tests/shell/testcases/listing/0015dynamic_0
file modified
+2 -1
tests/shell/testcases/listing/0017objects_0
file modified
+2 -1
tests/shell/testcases/listing/0018data_0
file modified
+2 -1
tests/shell/testcases/listing/0019set_0
file modified
+2 -1
tests/shell/testcases/listing/0020flowtable_0
file modified
+2 -1
tests/shell/testcases/maps/0003map_add_many_elements_0
file modified
+2 -1
tests/shell/testcases/maps/0004interval_map_create_once_0
file modified
+2 -1
tests/shell/testcases/maps/0008interval_map_delete_0
file modified
+3 -2
tests/shell/testcases/netns/0001nft-f_0
file modified
+2 -1
tests/shell/testcases/netns/0002loosecommands_0
file modified
+2 -1
tests/shell/testcases/netns/0003many_0
file modified
+2 -1
tests/shell/testcases/nft-f/0016redefines_1
file modified
+2 -1
tests/shell/testcases/optionals/comments_0
file modified
+1 -1
tests/shell/testcases/optionals/comments_handles_0
file modified
+1 -1
tests/shell/testcases/optionals/delete_object_handles_0
file modified
+4 -3
tests/shell/testcases/optionals/handles_0
file modified
+1 -1
tests/shell/testcases/optionals/update_object_handles_0
file modified
+2 -1
tests/shell/testcases/rule_management/0001addinsertposition_0
file modified
+8 -4
tests/shell/testcases/sets/0024named_objects_0
file modified
+1 -11
tests/shell/testcases/sets/0028delete_handle_0
file modified
+3 -2
tests/shell/testcases/sets/0034get_element_0
file modified
+18 -44
tests/shell/testcases/sets/0036add_set_element_expiration_0
file modified
+1 -4
tests/shell/testcases/transactions/0003table_0
file modified
+3 -1
tests/shell/testcases/transactions/0040set_0
file modified
+2 -1
    Prepare for a new update
    
    Reverting patches so we can apply the latest update
    and changes can be seen in the spec file and sources.
    
        
file modified
+0 -7
file modified
+0 -14
file modified
+0 -3
file modified
+1 -15
file modified
+1 -3
file modified
+4 -24
file modified
+1 -47
file modified
+0 -7
file modified
+1 -1
file modified
+28 -92
file modified
+8 -17
file modified
+1 -1
file modified
+60 -56
file modified
+25 -35
file modified
+8 -10
file modified
+1 -1
file modified
+52 -135
file modified
+1 -1
file modified
+5 -20
file modified
+2 -11
file modified
+4 -18
file modified
+1 -6