aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd
Commit message (Collapse)AuthorAgeFilesLines
* Close the resource after doneErmal2012-11-271-0/+1
|
* Use popen here to not reach php memory limitsErmal2012-11-261-8/+3
|
* Call the direct bgpd binary to avoid a potential conflict with quagga on 2.1 ↵jim-p2012-11-261-1/+8
| | | | (unavoidable on 1.2.x/2.0.x)
* Fix constant define syntaxjim-p2012-08-241-7/+7
|
* Change up some bgpd initialization, fixes #2572jim-p2012-08-221-55/+61
|
* Add some require_once bits here to ensure functions being called are present ↵jim-p2012-07-101-0/+3
| | | | for all code paths.
* Fixup quagga and openbgpd config at bootup issue (use constant, php isn't ↵jim-p2012-06-151-4/+6
| | | | respecting the global in the context it's called in at boot time)
* No slashie here, too, just in casejim-p2012-06-151-1/+1
|
* Add user checks to openbgpd so it will work properly when installed from ↵jim-p2012-06-131-18/+48
| | | | pbi. Plus a couple other quick fixes.
* more text fixesChris Buechler2010-10-131-2/+2
|
* add set nexthop parameters and fix many typos in openbgpd packageChris Buechler2010-10-132-10/+15
|
* fix up textChris Buechler2010-10-131-2/+2
|
* Some cosmetic changes to OpenBGP. Submitted-By: garga on IRCjim-p2010-09-202-10/+29
|
* Add input validation for most fields. Remove broken input validation that ↵Chris Buechler2010-06-103-4/+40
| | | | | | made editing groups impossible. Still don't have input validation for parameters, nor validation ensuring groups that are in use cannot be deleted.
* fix startup script and FIB update optionChris Buechler2010-06-101-2/+5
|
* Add missing </li>Scott Ullrich2010-03-061-1/+1
|
* Adding patch from Aarno Aukia which fixes duplicate bgpd processes.Scott Ullrich2010-01-311-1/+5
|
* Adding patch from Evgeny Yurchenkosullrich2009-12-122-5/+6
| | | | | | 0) add missing right bracket 1) Status has two "OpenBGPD Routing" sections, one of them should be renamed to "Forwarding" as it shows fib not rib. 2) "OpenBGPD IP" section returns error
* * Properly clean up SADB entries when uninstalling/updating policy rules.Ermal Luçi2009-10-042-12/+25
| | | | * Fix xml configuration of groups on neighbors.
* Enable TCP-MD5 support on this pacakge.Ermal Luçi2009-10-042-5/+42
|
* Correctly detect if a bgpd is running by removing grep spurious lines.Ermal Luçi2009-10-041-1/+1
|
* When you add/modify neighbor which does not belong to any group you get ↵Scott Ullrich2009-08-161-2/+0
| | | | excessive } in bgpd.conf after neighbor{} block.
* Move brace to correct locationScott Ullrich2009-08-151-4/+4
|
* Allow a neighbor when no groups are defined. Submitted-by: ↵sullrich2009-08-052-2/+6
| | | | Evgeny.Yurchenko_AT_frontline.ca
* Add missing fileScott Ullrich2009-07-241-0/+92
|
* Fix tab selectionScott Ullrich2009-07-021-1/+1
|
* Adding "RAW Configuration" support which bypasses the GUI and uses the raw file.Scott Ullrich2009-06-305-93/+134
| | | | Submitted-by: Aarno Aukia (aarnoaukia_AT_gmail.com)
* Remove md5 signature. The FreeBSD package currently does not support it :(Scott Ullrich2009-06-181-12/+0
|
* Nuke refresh. Partial feed will make you wish that it did not refresh.Scott Ullrich2009-05-141-2/+0
|
* Add tcp md5sig supportScott Ullrich2009-05-142-0/+16
|
* Add Status -> Services entryScott Ullrich2009-05-141-0/+5
|
* Complete path to bgpdScott Ullrich2009-05-121-1/+1
|
* Add -f /usr/local/etc/bgpd.conf for correctnessScott Ullrich2009-05-121-1/+1
|
* mv packages to config dir to match web layoutBill Marquette2009-02-065-0/+834
8'>618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123