diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2003-07-25 17:23:24 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2003-07-25 17:23:24 +0000 |
commit | 20a12b27380ad622e95d74295e8d459fc0ec1957 (patch) | |
tree | 24a6b27830fbb1a5cbe46bd31bf0e9e1285ea857 /extensions | |
parent | 84df5df9c9b3a7fbbc0f6a806816dd461584ce4e (diff) | |
download | ebtables-20a12b27380ad622e95d74295e8d459fc0ec1957.tar.gz ebtables-20a12b27380ad622e95d74295e8d459fc0ec1957.tar.bz2 ebtables-20a12b27380ad622e95d74295e8d459fc0ec1957.zip |
*** empty log message ***
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/ebt_stp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_stp.c b/extensions/ebt_stp.c index a1b2c72..8e02605 100644 --- a/extensions/ebt_stp.c +++ b/extensions/ebt_stp.c @@ -66,7 +66,7 @@ static void print_help() " \"config\": configuration BPDU (=0)\n" " \"tcn\" : topology change notification BPDU (=0x80)\n" " Recognized control flag strings:\n" -" \"topology-change\" : topology change flag (0x01)" +" \"topology-change\" : topology change flag (0x01)\n" " \"topology-change-ack\": topology change acknowledgement flag (0x80)"); } |