]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - ip/iplink_hsr.c
lwtunnel: add support for rpl segment routing
[mirror_iproute2.git] / ip / iplink_hsr.c
index c673ccf7727197a8d97ba2a90427f7a7ee774c04..7d9167d4e6a34f9064e5508890d31e7b36c79534 100644 (file)
 static void print_usage(FILE *f)
 {
        fprintf(f,
-"Usage:\tip link add name NAME type hsr slave1 SLAVE1-IF slave2 SLAVE2-IF\n"
-"\t[ supervision ADDR-BYTE ] [version VERSION]\n"
-"\n"
-"NAME\n"
-"      name of new hsr device (e.g. hsr0)\n"
-"SLAVE1-IF, SLAVE2-IF\n"
-"      the two slave devices bound to the HSR device\n"
-"ADDR-BYTE\n"
-"      0-255; the last byte of the multicast address used for HSR supervision\n"
-"      frames (default = 0)\n"
-"VERSION\n"
-"      0,1; the protocol version to be used. (default = 0)\n");
+               "Usage:\tip link add name NAME type hsr slave1 SLAVE1-IF slave2 SLAVE2-IF\n"
+               "\t[ supervision ADDR-BYTE ] [version VERSION]\n"
+               "\n"
+               "NAME\n"
+               "       name of new hsr device (e.g. hsr0)\n"
+               "SLAVE1-IF, SLAVE2-IF\n"
+               "       the two slave devices bound to the HSR device\n"
+               "ADDR-BYTE\n"
+               "       0-255; the last byte of the multicast address used for HSR supervision\n"
+               "       frames (default = 0)\n"
+               "VERSION\n"
+               "       0,1; the protocol version to be used. (default = 0)\n");
 }
 
 static void usage(void)