File tree Expand file tree Collapse file tree 1 file changed +78
-2
lines changed
Documentation/netlink/specs Expand file tree Collapse file tree 1 file changed +78
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,16 @@ definitions:
50
50
name : dormant
51
51
-
52
52
name : echo
53
-
53
+ -
54
+ name : vlan-protocols
55
+ type : enum
56
+ entries :
57
+ -
58
+ name : 8021q
59
+ value : 33024
60
+ -
61
+ name : 8021ad
62
+ value : 34984
54
63
-
55
64
name : rtgenmsg
56
65
type : struct
@@ -729,7 +738,38 @@ definitions:
729
738
-
730
739
name : filter-mask
731
740
type : u32
732
-
741
+ -
742
+ name : ifla-vlan-flags
743
+ type : struct
744
+ members :
745
+ -
746
+ name : flags
747
+ type : u32
748
+ enum : vlan-flags
749
+ enum-as-flags : true
750
+ -
751
+ name : mask
752
+ type : u32
753
+ display-hint : hex
754
+ -
755
+ name : vlan-flags
756
+ type : flags
757
+ entries :
758
+ - reorder-hdr
759
+ - gvrp
760
+ - loose-binding
761
+ - mvrp
762
+ - bridge-binding
763
+ -
764
+ name : ifla-vlan-qos-mapping
765
+ type : struct
766
+ members :
767
+ -
768
+ name : from
769
+ type : u32
770
+ -
771
+ name : to
772
+ type : u32
733
773
734
774
attribute-sets :
735
775
-
@@ -1507,6 +1547,39 @@ attribute-sets:
1507
1547
-
1508
1548
name : num-disabled-queues
1509
1549
type : u32
1550
+ -
1551
+ name : linkinfo-vlan-attrs
1552
+ name-prefix : ifla-vlan-
1553
+ attributes :
1554
+ -
1555
+ name : id
1556
+ type : u16
1557
+ -
1558
+ name : flag
1559
+ type : binary
1560
+ struct : ifla-vlan-flags
1561
+ -
1562
+ name : egress-qos
1563
+ type : nest
1564
+ nested-attributes : ifla-vlan-qos
1565
+ -
1566
+ name : ingress-qos
1567
+ type : nest
1568
+ nested-attributes : ifla-vlan-qos
1569
+ -
1570
+ name : protocol
1571
+ type : u16
1572
+ enum : vlan-protocols
1573
+ byte-order : big-endian
1574
+ -
1575
+ name : ifla-vlan-qos
1576
+ name-prefix : ifla-vlan-qos
1577
+ attributes :
1578
+ -
1579
+ name : mapping
1580
+ type : binary
1581
+ multi-attr : true
1582
+ struct : ifla-vlan-qos-mapping
1510
1583
-
1511
1584
name : linkinfo-vrf-attrs
1512
1585
name-prefix : ifla-vrf-
@@ -1666,6 +1739,9 @@ sub-messages:
1666
1739
-
1667
1740
value : tun
1668
1741
attribute-set : linkinfo-tun-attrs
1742
+ -
1743
+ value : vlan
1744
+ attribute-set : linkinfo-vlan-attrs
1669
1745
-
1670
1746
value : vrf
1671
1747
attribute-set : linkinfo-vrf-attrs
You can’t perform that action at this time.
0 commit comments