diff options
Diffstat (limited to 'Documentation/netlink/specs/rt-rule.yaml')
| -rw-r--r-- | Documentation/netlink/specs/rt-rule.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/netlink/specs/rt-rule.yaml b/Documentation/netlink/specs/rt-rule.yaml index bebee452a950..7f03a44ab036 100644 --- a/Documentation/netlink/specs/rt-rule.yaml +++ b/Documentation/netlink/specs/rt-rule.yaml @@ -96,10 +96,12 @@ attribute-sets: attributes: - name: dst - type: u32 + type: binary + display-hint: ipv4-or-v6 - name: src - type: u32 + type: binary + display-hint: ipv4-or-v6 - name: iifname type: string |
