summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 3.1.0vyatta/3.1.0debian/0.99.9-10Mark O'Brien2008-06-171-0/+98
|
* Workaround for package rename vs pam problemStephen Hemminger2008-06-052-1/+1
| | | | | | vtysh uses PACKAG_NAME in PAM therfore expects /etc/pam.d/quagga.pam. But dh_installpam only handles package.pam normally, so use option to install other file.
* Fix vtysh authorizationStephen Hemminger2008-06-042-6/+5
| | | | | | The PAM system is asking for quagga (not vyatta-quagga) so need to change the name of the pam file. Make sure file is setup to allow users in quaggavty group to access vtysh without password.
* Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-2936-107/+193
|\
| * netlink interface minor stuffStephen Hemminger2008-05-283-23/+20
| | | | | | | | Add more prototypes and make some functions static
| * get rid of duplicate includesStephen Hemminger2008-05-281-3/+0
| | | | | | | | included same file twice
| * fix compiler warningsStephen Hemminger2008-05-285-5/+7
| | | | | | | | | | Fix easy compiler warnings about unused code by marking them with #if 0 Add one missing printf argument.
| * only process some isisd filesStephen Hemminger2008-05-281-1/+3
| | | | | | | | | | | | | | ISISD has several different methods and only one is valid on each system, so running the others through the preprocessor gives warnings for missing includes. Instead, only run the few isisd files that have VTY stuff through the extraction step.
| * get rid of compiler warnings in OSPFStephen Hemminger2008-05-2812-13/+32
| | | | | | | | | | | | To get rid of warnings: * remove unused functions with ifdef * use correct printf formats
| * ifdef out dead codeStephen Hemminger2008-05-281-0/+2
| | | | | | | | ifdef out some unused functions to get rid of warnings.
| * fix warning from type mismatchStephen Hemminger2008-05-281-1/+1
| | | | | | | | size is size_t not int.
| * ifdef out dead codeStephen Hemminger2008-05-281-0/+2
| | | | | | | | Excise dead code to remove compiler warning
| * flag field printf formatting in debug stringsStephen Hemminger2008-05-282-14/+22
| | | | | | | | | | | | | | Potential format incompatiablities because flags field in zebra is uint64_t but the printf format was only 32 bit. For safety, convert the flags field to unsigned long long. Since it is really a bit field print in hex.
| * comment out unused codeStephen Hemminger2008-05-281-0/+2
| | | | | | | | remove unused code, compiler flags this as unused
| * Fix compiler warningsStephen Hemminger2008-05-284-5/+14
| | | | | | | | | | | | | | | | To eliminate compiler warnings * comment out unused code * fix printf formats * remove always true expression * initialize variables
| * get rid of compiler warningsStephen Hemminger2008-05-281-29/+29
| | | | | | | | | | | | | | | | | | Changes to eliminate warnings: * Use %td for pointer diff printf format * Use %zd for size_t printf format * Change asn buffers to use u_char * make some functions local * add some casts
| * Handle empty auth string properlyStephen Hemminger2008-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | Compiler warned about dubious code where test was: char auth_str[]; ... if (!auth_str) return 0; Looks like what was meant was testing for empty auth string.
| * Add ipv6 link detect hooksStephen Hemminger2008-05-284-4/+44
| | | | | | | | Enable ipv6 link detect in kernel if needed.
| * Change how link-detect is configured in buildStephen Hemminger2008-05-273-8/+14
| | | | | | | | | | Rather that looking for /proc/sys/net/ipv4/conf, use --enable-linkdetect flag to configure.
* | Allow any user in quagga group to run vtyshStephen Hemminger2008-05-291-1/+4
|/ | | | Fix the PAM setup file.
* Turn on kernel link-detectStephen Hemminger2008-05-226-3/+124
| | | | | If interface has link-detect enabled, try and turn on link-detect in the kernel.
* ignore cscope and tags filesStephen Hemminger2008-05-221-1/+3
|
* Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-201-0/+1
|\
| * Ignore derived filesrbalocca2008-05-201-0/+1
| |
* | + fix the set statement namepilot2008-05-201-1/+1
| |
* | + [bgpd] Added new route-map set statement: "as-path ignore"pilot2008-05-206-10/+212
|/
* only set non-blocking on netlink socketStephen Hemminger2008-05-191-133/+50
| | | | | | There is no need to increase buffer size or set non-blocking on the netlink command socket. This reduces the number of system calls per transaction.
* remove unneeded privledge changesStephen Hemminger2008-05-191-12/+3
| | | | | | Netlink recvmsg always succeeds, there are no permission checks in the kernel on receive, only on send and bind. This reduces the number of system calls and any potential security vulnerabilty in recvmsg().
* Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-155-56/+35
|\
| * Merge branch 'glendale' into hollywoodrbalocca2008-05-151-8/+8
| |\
| | * Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-quagga into glendaleStephen Hemminger2008-05-123-1/+36
| | |\
| | * | set/check nl port id on messagesStephen Hemminger2008-05-021-8/+8
| | | | | | | | | | | | | | | | | | | | The talk netlink socket should set it's own pid value, so they can be ignored in listener.
| * | | Manage link state on non-connected static routesStephen Hemminger2008-05-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For static routes, go through same logic to check the state of the nexthop to see if the route should be activated or not. Bug fix for 2708
| * | | Ignore netlink interface events that don't change stateStephen Hemminger2008-05-131-20/+24
| | | | | | | | | | | | | | | | | | | | Netlink can notify us about changes that don't affect operative state of the interface. So ignore these type of events.
| * | | Merge branch 'hollywood' of git:/git/vyatta-quagga into hollywoodrbalocca2008-05-071-2/+11
| |\ \ \
| * | | | Convert to our method of changelog creationrbalocca2008-05-073-27/+1
| | | | |
* | | | | Rearrange RIB structures to save memoryStephen Hemminger2008-05-151-29/+30
| |/ / / |/| | | | | | | | | | | | | | | | | | | The RIB data structures have lots of "holes" due to compiler alignment. Since Quagga has to deal with large route tables, rearrange the elements to save space.
* | | | Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-073-15/+75
|\| | |
| * | | Merge branch 'glendale' into hollywoodrbalocca2008-05-073-15/+75
| |\ \ \ | | | |/ | | |/|
| | * | 3.0.5debian/0.99.9-9Mark O'Brien2008-05-061-0/+13
| | | |
| | * | Merge branch 'glendale' of git:/git/vyatta-quagga into glendaleMark O'Brien2008-05-061-0/+2
| | |\ \
| | | * | fix package upgrade problem caused by prerm script.An-Cheng Huang2008-05-071-0/+2
| | | | |
| | * | | 3.0.4debian/0.99.9-8Mark O'Brien2008-05-051-0/+14
| | |/ /
| | * / quiet noisy errors from zebraStephen Hemminger2008-05-021-1/+7
| | |/ | | | | | | | | | It is a harmless event when BGP tries to delete already deleted routes.
| | * filter out all route change responses on listen socketStephen Hemminger2008-05-021-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When zebra changes routes it uses the netlink cmd socket, but these also show up on the netlink listen socket. Use more kernel level socket filtering so that any changes that happend because of command socket are ignored. Uses the netlink port id (pid) to identify the changes from the command socket.
| | * 3.0.3debian/0.99.9-7Mark O'Brien2008-04-291-0/+21
| | |
* | | Add interface state change loggingStephen Hemminger2008-05-071-2/+11
|/ / | | | | | | Fix bug 487 by adding logging into quagga/zebra.
* | Force line buffered mode.Stephen Hemminger2008-05-021-0/+1
| | | | | | | | | | Vtysh is used in pipelines and it helps if the output starts right away instead of waiting for a whole buffer to fill.
* | Remove extraneous smux log messages for routing daemons connectivity to snmpdMohit Mehta2008-04-301-3/+6
| |
* | Merge branch 'hollister' into hollywoodStephen Hemminger2008-04-2916-2186/+33
|\ \