commit | 7fc626de5f618133ad2a478d13defa3a110b89ea | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | Mon Dec 01 11:10:34 2008 -0800 |
committer | Paul Jakma <paul@quagga.net> | Fri Jun 12 17:10:29 2009 +0100 |
tree | 432ff0e4672eabc2ec6b0dcffc22dcc0aee532c8 | |
parent | 66e5cd87194ae6fdd51061a91b4698bc0a652f6b [diff] [blame] |
[cleanup] Make command nodes static The cmd_nodes used to configure vty, can mostly be static so (basic data hiding 101).
diff --git a/ospf6d/ospf6_zebra.c b/ospf6d/ospf6_zebra.c index b5ffc0a..7083c96 100644 --- a/ospf6d/ospf6_zebra.c +++ b/ospf6d/ospf6_zebra.c
@@ -335,7 +335,7 @@ } /* Zebra node structure. */ -struct cmd_node zebra_node = +static struct cmd_node zebra_node = { ZEBRA_NODE, "%s(config-zebra)# ",