[packages] quagga-unstable: Add default configuration for Quagga daemons
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16602 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cb9a31daeb
commit
eb801b7189
@ -119,6 +119,7 @@ define Package/quagga-unstable/install
|
||||
# avoid /etc being set to 0750
|
||||
$(INSTALL_DIR) $(1)/etc/quagga/
|
||||
chmod 0750 $(1)/etc/quagga/
|
||||
$(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/zebra.conf
|
||||
$(INSTALL_DIR) $(1)/etc/init.d/
|
||||
$(INSTALL_BIN) ./files/quagga $(1)/usr/sbin/quagga.init
|
||||
$(INSTALL_BIN) ./files/quagga.init $(1)/etc/init.d/quagga
|
||||
@ -176,31 +177,49 @@ endef
|
||||
define Package/quagga-unstable-bgpd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/bgpd $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/quagga/
|
||||
chmod 0750 $(1)/etc/quagga/
|
||||
$(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/bgpd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-unstable-isisd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/isisd $(1)/usr/sbin
|
||||
$(INSTALL_DIR) $(1)/etc/quagga/
|
||||
chmod 0750 $(1)/etc/quagga/
|
||||
$(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/isisd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-unstable-ospfd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/quagga/
|
||||
chmod 0750 $(1)/etc/quagga/
|
||||
$(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ospfd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-unstable-ospf6d/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ospf6d $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/quagga/
|
||||
chmod 0750 $(1)/etc/quagga/
|
||||
$(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ospf6d.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-unstable-ripd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ripd $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/quagga/
|
||||
chmod 0750 $(1)/etc/quagga/
|
||||
$(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ripd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-unstable-ripngd/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ripngd $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc/quagga/
|
||||
chmod 0750 $(1)/etc/quagga/
|
||||
$(INSTALL_DATA) ./files/quagga.conf $(1)/etc/quagga/ripngd.conf
|
||||
endef
|
||||
|
||||
define Package/quagga-unstable-vtysh/install
|
||||
|
7
net/quagga-unstable/files/quagga.conf
Normal file
7
net/quagga-unstable/files/quagga.conf
Normal file
@ -0,0 +1,7 @@
|
||||
password zebra
|
||||
!
|
||||
access-list vty permit 127.0.0.0/8
|
||||
access-list vty deny any
|
||||
!
|
||||
line vty
|
||||
access-class vty
|
Loading…
x
Reference in New Issue
Block a user