diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-02-12 15:45:13 -0800 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-02-12 15:45:13 -0800 |
commit | ba0bd8eea9647c6d0863f87401be18c92555b9e3 (patch) | |
tree | 1853fca1e2b7220f8b9a6b8aaa0045d35b56c3fd | |
parent | 7f066e4f019cde5991132603ff3ecb30adf0db27 (diff) | |
download | vyatta-cfg-ba0bd8eea9647c6d0863f87401be18c92555b9e3.tar.gz vyatta-cfg-ba0bd8eea9647c6d0863f87401be18c92555b9e3.zip |
enable new cli.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | templates/priority | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 46c317c..5e374b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,5 +73,5 @@ install-exec-hook: cd templates; $(cpiop) $(DESTDIR)$(cfgdir) mkdir -p $(DESTDIR)$(etc_shell_leveldir) cd etc/shell/level; $(cpiop) $(DESTDIR)$(etc_shell_leveldir) - cd $(DESTDIR)/opt/vyatta/sbin; ln -s my_commit1 my_commit + cd $(DESTDIR)/opt/vyatta/sbin; ln -s my_commit2 my_commit diff --git a/templates/priority b/templates/priority index 02db178..b608726 100644 --- a/templates/priority +++ b/templates/priority @@ -1,6 +1,7 @@ -200 firewall -310 interfaces/bridge/node.tag -320 interfaces/bonding/node.tag +200 firewall/name/node.tag +210 firewall +310 interfaces/bonding/node.tag +320 interfaces/bridge/node.tag 330 interfaces/ethernet/node.tag 340 interfaces/tunnel/node.tag 350 interfaces/adsl/node.tag |